Searched refs:incompat_features (Results 1 – 2 of 2) sorted by relevance
609 int incompat_features; in ocfs2_reconfigure() local 674 incompat_features = OCFS2_HAS_RO_COMPAT_FEATURE(sb, ~OCFS2_FEATURE_RO_COMPAT_SUPP); in ocfs2_reconfigure() 675 if (incompat_features) { in ocfs2_reconfigure() 678 "(%x).\n", incompat_features); in ocfs2_reconfigure()
2025 __le32 incompat_features; /* Used to indicate any incompatible features */ member 2180 sb->incompat_features = cpu_to_le32(0); in super_sync() 2480 if (sb->incompat_features) { in super_validate()