Searched refs:Z_EROFS_ALL_COMPR_ALGS (Results 1 – 2 of 2) sorted by relevance
460 if (algs & ~Z_EROFS_ALL_COMPR_ALGS) { in z_erofs_parse_cfgs()462 algs & ~Z_EROFS_ALL_COMPR_ALGS); in z_erofs_parse_cfgs()
310 #define Z_EROFS_ALL_COMPR_ALGS ((1 << Z_EROFS_COMPRESSION_MAX) - 1) macro