Lines Matching defs:compat_features
1928 __le32 compat_features; /* Used to indicate compatible features (like 1.9.0 ondisk metadata extension) */
1959 * FEATURE_FLAG_SUPPORTS_V190 in the compat_features member indicates that those exist
2060 if (le32_to_cpu(sb->compat_features) & FEATURE_FLAG_SUPPORTS_V190) {
2110 sb->compat_features = cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190);
2127 * FEATURE_FLAG_SUPPORTS_V190 in the compat_features member indicates that those exist
2189 sb->compat_features = cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190);
2239 if (le32_to_cpu(sb->compat_features) & FEATURE_FLAG_SUPPORTS_V190) {
2446 if (le32_to_cpu(sb->compat_features) &&
2447 le32_to_cpu(sb->compat_features) != FEATURE_FLAG_SUPPORTS_V190) {
2467 if (le32_to_cpu(sb->compat_features) & FEATURE_FLAG_SUPPORTS_V190)