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

/linux-master/fs/erofs/
H A Ddecompressor.c413 sbi->available_compr_algs = 1 << Z_EROFS_COMPRESSION_LZ4;
417 sbi->available_compr_algs = le16_to_cpu(dsb->u1.available_compr_algs);
418 if (sbi->available_compr_algs & ~Z_EROFS_ALL_COMPR_ALGS) {
420 sbi->available_compr_algs & ~Z_EROFS_ALL_COMPR_ALGS);
427 for (algs = sbi->available_compr_algs; algs; algs >>= 1, ++alg) {
H A Derofs_fs.h75 __le16 available_compr_algs; member in union:erofs_super_block::__anon249
H A Dinternal.h136 u16 available_compr_algs; member in struct:erofs_sb_info
H A Dzmap.c552 if (!(EROFS_I_SB(inode)->available_compr_algs & (1 << afmt))) {
H A Dsuper.c166 if (!dsb->u1.available_compr_algs)

Completed in 204 milliseconds