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()
604 map->m_algorithmformat = fmt - 1; in z_erofs_map_blocks_ext()
606 map->m_algorithmformat = in z_erofs_map_blocks_ext()
609 map->m_algorithmformat = in z_erofs_map_blocks_ext()
719 if (unlikely(map->m_algorithmformat >= Z_EROFS_COMPRESSION_RUNTIME_MAX)) { in z_erofs_map_sanity_check()
721 map->m_algorithmformat, map->m_la, EROFS_I(inode)->nid); in z_erofs_map_sanity_check()
724 if (unlikely(map->m_algorithmformat < Z_EROFS_COMPRESSION_MAX && in z_erofs_map_sanity_check()
725 !(sbi->available_compr_algs & (1 << map->m_algorithmformat)))) { in z_erofs_map_sanity_check()
727 map->m_algorithmformat, EROFS_I(inode)->nid); in z_erofs_map_sanity_check()