Home
last modified time | relevance | path

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

/linux-6.15/fs/erofs/
H A Dzmap.c519 map->m_algorithmformat = afmt; in z_erofs_map_blocks_fo()
523 (map->m_algorithmformat == Z_EROFS_COMPRESSION_LZMA || in z_erofs_map_blocks_fo()
524 map->m_algorithmformat == Z_EROFS_COMPRESSION_DEFLATE || in z_erofs_map_blocks_fo()
525 map->m_algorithmformat == Z_EROFS_COMPRESSION_ZSTD) && in z_erofs_map_blocks_fo()
625 map->m_algorithmformat = fmt - 1; in z_erofs_map_blocks_ext()
627 map->m_algorithmformat = in z_erofs_map_blocks_ext()
630 map->m_algorithmformat = in z_erofs_map_blocks_ext()
H A Dinternal.h328 char m_algorithmformat; member
H A Dzdata.c723 pcl->algorithmformat = map->m_algorithmformat; in z_erofs_register_pcluster()