Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Ddecompressor.c460 if (algs & ~Z_EROFS_ALL_COMPR_ALGS) { in z_erofs_parse_cfgs()
462 algs & ~Z_EROFS_ALL_COMPR_ALGS); in z_erofs_parse_cfgs()
H A Derofs_fs.h310 #define Z_EROFS_ALL_COMPR_ALGS ((1 << Z_EROFS_COMPRESSION_MAX) - 1) macro