Lines Matching defs:compat_features
1927 __le32 compat_features; /* Used to indicate compatible features (like 1.9.0 ondisk metadata extension) */
1958 * FEATURE_FLAG_SUPPORTS_V190 in the compat_features member indicates that those exist
2059 if (le32_to_cpu(sb->compat_features) & FEATURE_FLAG_SUPPORTS_V190) {
2109 sb->compat_features = cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190);
2126 * FEATURE_FLAG_SUPPORTS_V190 in the compat_features member indicates that those exist
2188 sb->compat_features = cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190);
2239 if (le32_to_cpu(sb->compat_features) & FEATURE_FLAG_SUPPORTS_V190) {
2449 if (le32_to_cpu(sb->compat_features) &&
2450 le32_to_cpu(sb->compat_features) != FEATURE_FLAG_SUPPORTS_V190) {
2470 if (le32_to_cpu(sb->compat_features) & FEATURE_FLAG_SUPPORTS_V190)