Searched refs:feature (Results 1 – 4 of 4) sorted by relevance
7 const unsigned int feature = le32_to_cpu(dsb->feature_incompat); in check_layout_compatibility() local9 sbi->feature_incompat = feature; in check_layout_compatibility()12 if (feature & ~EROFS_ALL_FEATURE_INCOMPAT) { in check_layout_compatibility()14 feature & ~EROFS_ALL_FEATURE_INCOMPAT); in check_layout_compatibility()
113 #define EROFS_FEATURE_FUNCS(name, compat, feature) \ argument116 return sbi.feature_##compat & EROFS_FEATURE_##feature; \120 sbi.feature_##compat |= EROFS_FEATURE_##feature; \124 sbi.feature_##compat &= ~EROFS_FEATURE_##feature; \
21 If you don't want to enable compression feature, say N.33 DEFLATE support is an experimental feature for now and so most
28 Scanning the JFFS2 filesystem takes *much* longer with this feature,
Completed in 633 milliseconds