Searched refs:EROFS_FEATURE_FUNCS (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | internal.h | 230 #define EROFS_FEATURE_FUNCS(name, compat, feature) \ macro 236 EROFS_FEATURE_FUNCS(lz4_0padding, incompat, INCOMPAT_LZ4_0PADDING) 237 EROFS_FEATURE_FUNCS(compr_cfgs, incompat, INCOMPAT_COMPR_CFGS) 238 EROFS_FEATURE_FUNCS(big_pcluster, incompat, INCOMPAT_BIG_PCLUSTER) 239 EROFS_FEATURE_FUNCS(sb_chksum, compat, COMPAT_SB_CHKSUM)
|