Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzmap.c498 map->m_algorithmformat = afmt; in z_erofs_map_blocks_fo()
502 (map->m_algorithmformat == Z_EROFS_COMPRESSION_LZMA || in z_erofs_map_blocks_fo()
503 map->m_algorithmformat == Z_EROFS_COMPRESSION_DEFLATE || in z_erofs_map_blocks_fo()
504 map->m_algorithmformat == Z_EROFS_COMPRESSION_ZSTD) && in z_erofs_map_blocks_fo()
609 map->m_algorithmformat = fmt - 1; in z_erofs_map_blocks_ext()
611 map->m_algorithmformat = in z_erofs_map_blocks_ext()
614 map->m_algorithmformat = in z_erofs_map_blocks_ext()
H A Dinternal.h364 char m_algorithmformat; member
H A Dzdata.c754 pcl->algorithmformat = map->m_algorithmformat; in z_erofs_register_pcluster()