Home
last modified time | relevance | path

Searched refs:Z_EROFS_ALL_COMPR_ALGS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/erofs/
H A Ddecompressor.c402 if (sbi->available_compr_algs & ~Z_EROFS_ALL_COMPR_ALGS) { in z_erofs_parse_cfgs()
404 sbi->available_compr_algs & ~Z_EROFS_ALL_COMPR_ALGS); in z_erofs_parse_cfgs()
H A Derofs_fs.h301 #define Z_EROFS_ALL_COMPR_ALGS ((1 << Z_EROFS_COMPRESSION_MAX) - 1) macro