Home
last modified time | relevance | path

Searched refs:available_compr_algs (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/erofs/
H A Ddecompressor.c463 sbi->available_compr_algs = 1 << Z_EROFS_COMPRESSION_LZ4; in z_erofs_parse_cfgs()
467 sbi->available_compr_algs = le16_to_cpu(dsb->u1.available_compr_algs); in z_erofs_parse_cfgs()
468 if (sbi->available_compr_algs & ~Z_EROFS_ALL_COMPR_ALGS) { in z_erofs_parse_cfgs()
470 sbi->available_compr_algs & ~Z_EROFS_ALL_COMPR_ALGS); in z_erofs_parse_cfgs()
477 for (algs = sbi->available_compr_algs; algs; algs >>= 1, ++alg) { in z_erofs_parse_cfgs()
H A Derofs_fs.h71 __le16 available_compr_algs; member
H A Dinternal.h120 u16 available_compr_algs; member
H A Dzmap.c512 if (!(EROFS_I_SB(inode)->available_compr_algs & (1 << afmt))) { in z_erofs_map_blocks_fo()
H A Dsuper.c128 if (!dsb->u1.available_compr_algs) in z_erofs_parse_cfgs()