Searched refs:EROFS_FEATURE_FUNCS (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/fs/erofs/ |
D | internal.h | 231 #define EROFS_FEATURE_FUNCS(name, compat, feature) \ macro 237 EROFS_FEATURE_FUNCS(lz4_0padding, incompat, INCOMPAT_LZ4_0PADDING) 238 EROFS_FEATURE_FUNCS(compr_cfgs, incompat, INCOMPAT_COMPR_CFGS) 239 EROFS_FEATURE_FUNCS(big_pcluster, incompat, INCOMPAT_BIG_PCLUSTER) 240 EROFS_FEATURE_FUNCS(sb_chksum, compat, COMPAT_SB_CHKSUM)
|