Lines Matching refs:m_algorithmformat
482 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()
718 if (unlikely(map->m_algorithmformat >= Z_EROFS_COMPRESSION_RUNTIME_MAX)) { in z_erofs_map_sanity_check()
720 map->m_algorithmformat, map->m_la, EROFS_I(inode)->nid); in z_erofs_map_sanity_check()
723 if (unlikely(map->m_algorithmformat < Z_EROFS_COMPRESSION_MAX && in z_erofs_map_sanity_check()
724 !(sbi->available_compr_algs & (1 << map->m_algorithmformat)))) { in z_erofs_map_sanity_check()
726 map->m_algorithmformat, EROFS_I(inode)->nid); in z_erofs_map_sanity_check()