Home
last modified time | relevance | path

Searched refs:m_algorithmformat (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/fs/erofs/
Dzmap.c520 map->m_algorithmformat = afmt; in z_erofs_do_map_blocks()
524 (map->m_algorithmformat == Z_EROFS_COMPRESSION_LZMA || in z_erofs_do_map_blocks()
525 map->m_algorithmformat == Z_EROFS_COMPRESSION_DEFLATE || in z_erofs_do_map_blocks()
526 map->m_algorithmformat == Z_EROFS_COMPRESSION_ZSTD) && in z_erofs_do_map_blocks()
Dinternal.h334 char m_algorithmformat; member
Dzdata.c730 pcl->algorithmformat = map->m_algorithmformat; in z_erofs_register_pcluster()