Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzmap.c488 map->m_algorithmformat = Z_EROFS_COMPRESSION_INTERLACED; in z_erofs_map_blocks_fo()
490 map->m_algorithmformat = Z_EROFS_COMPRESSION_SHIFTED; in z_erofs_map_blocks_fo()
492 map->m_algorithmformat = in z_erofs_map_blocks_fo()
498 (map->m_algorithmformat == Z_EROFS_COMPRESSION_LZMA || in z_erofs_map_blocks_fo()
499 map->m_algorithmformat == Z_EROFS_COMPRESSION_DEFLATE || in z_erofs_map_blocks_fo()
500 map->m_algorithmformat == Z_EROFS_COMPRESSION_ZSTD) && in z_erofs_map_blocks_fo()
608 map->m_algorithmformat = --fmt; in z_erofs_map_blocks_ext()
615 map->m_algorithmformat = in z_erofs_map_blocks_ext()
618 map->m_algorithmformat = in z_erofs_map_blocks_ext()
736 DBG_BUGON(map->m_algorithmformat >= Z_EROFS_COMPRESSION_RUNTIME_MAX); in z_erofs_map_sanity_check()
[all …]
H A Dinternal.h355 char m_algorithmformat; member
H A Dzdata.c759 pcl->algorithmformat = map->m_algorithmformat; in z_erofs_register_pcluster()