Lines Matching defs:compat_features
1960 __le32 compat_features; /* Used to indicate compatible features (like 1.9.0 ondisk metadata extension) */
1991 * FEATURE_FLAG_SUPPORTS_V190 in the compat_features member indicates that those exist
2092 if (le32_to_cpu(sb->compat_features) & FEATURE_FLAG_SUPPORTS_V190) {
2142 sb->compat_features = cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190);
2159 * FEATURE_FLAG_SUPPORTS_V190 in the compat_features member indicates that those exist
2221 sb->compat_features = cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190);
2271 if (le32_to_cpu(sb->compat_features) & FEATURE_FLAG_SUPPORTS_V190) {
2478 if (le32_to_cpu(sb->compat_features) &&
2479 le32_to_cpu(sb->compat_features) != FEATURE_FLAG_SUPPORTS_V190) {
2499 if (le32_to_cpu(sb->compat_features) & FEATURE_FLAG_SUPPORTS_V190)