Home
last modified time | relevance | path

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

/Linux-v6.6/fs/erofs/
Dzmap.c551 map->m_algorithmformat = in z_erofs_do_map_blocks()
554 map->m_algorithmformat = in z_erofs_do_map_blocks()
557 map->m_algorithmformat = vi->z_algorithmtype[1]; in z_erofs_do_map_blocks()
559 map->m_algorithmformat = vi->z_algorithmtype[0]; in z_erofs_do_map_blocks()
564 (map->m_algorithmformat == Z_EROFS_COMPRESSION_LZMA || in z_erofs_do_map_blocks()
565 map->m_algorithmformat == Z_EROFS_COMPRESSION_DEFLATE) && in z_erofs_do_map_blocks()
Dinternal.h358 char m_algorithmformat; member
Dzdata.c799 pcl->algorithmformat = map->m_algorithmformat; in z_erofs_register_pcluster()