Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Ddecompressor.c486 sbi->available_compr_algs = 1 << Z_EROFS_COMPRESSION_LZ4; in z_erofs_parse_cfgs()
490 sbi->available_compr_algs = le16_to_cpu(dsb->u1.available_compr_algs); in z_erofs_parse_cfgs()
491 if (sbi->available_compr_algs & ~Z_EROFS_ALL_COMPR_ALGS) { in z_erofs_parse_cfgs()
493 sbi->available_compr_algs & ~Z_EROFS_ALL_COMPR_ALGS); in z_erofs_parse_cfgs()
500 for (algs = sbi->available_compr_algs; algs; algs >>= 1, ++alg) { in z_erofs_parse_cfgs()
H A Derofs_fs.h76 __le16 available_compr_algs; member
H A Dinternal.h121 u16 available_compr_algs; member
H A Dzmap.c513 if (!(EROFS_I_SB(inode)->available_compr_algs & (1 << afmt))) { in z_erofs_do_map_blocks()
H A Dsuper.c128 if (!dsb->u1.available_compr_algs) in z_erofs_parse_cfgs()