Home
last modified time | relevance | path

Searched refs:FEATURE_FLAG_SUPPORTS_V190 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/md/
H A Ddm-raid.c1947 #define FEATURE_FLAG_SUPPORTS_V190 0x1 /* Supports extended superblock */ macro
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) { in sb_retrieve_failed_devices()
2142 sb->compat_features = cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190); in super_sync()
2159 * FEATURE_FLAG_SUPPORTS_V190 in the compat_features member indicates that those exist in super_sync()
2221 sb->compat_features = cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190); in super_load()
2271 if (le32_to_cpu(sb->compat_features) & FEATURE_FLAG_SUPPORTS_V190) { in super_init_validation()
2479 le32_to_cpu(sb->compat_features) != FEATURE_FLAG_SUPPORTS_V190) { in super_validate()
2499 if (le32_to_cpu(sb->compat_features) & FEATURE_FLAG_SUPPORTS_V190) in super_validate()