Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzmap.c482 map->m_algorithmformat = Z_EROFS_COMPRESSION_INTERLACED; in z_erofs_map_blocks_fo()
484 map->m_algorithmformat = Z_EROFS_COMPRESSION_SHIFTED; in z_erofs_map_blocks_fo()
486 map->m_algorithmformat = vi->z_algorithmtype[1]; in z_erofs_map_blocks_fo()
488 map->m_algorithmformat = vi->z_algorithmtype[0]; in z_erofs_map_blocks_fo()
493 (map->m_algorithmformat == Z_EROFS_COMPRESSION_LZMA || in z_erofs_map_blocks_fo()
494 map->m_algorithmformat == Z_EROFS_COMPRESSION_DEFLATE || in z_erofs_map_blocks_fo()
495 map->m_algorithmformat == Z_EROFS_COMPRESSION_ZSTD) && in z_erofs_map_blocks_fo()
600 map->m_algorithmformat = fmt - 1; in z_erofs_map_blocks_ext()
602 map->m_algorithmformat = in z_erofs_map_blocks_ext()
605 map->m_algorithmformat = in z_erofs_map_blocks_ext()
[all …]
H A Dinternal.h366 char m_algorithmformat; member
H A Dzdata.c754 pcl->algorithmformat = map->m_algorithmformat; in z_erofs_register_pcluster()