Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-raid.c1914 #define FEATURE_FLAG_SUPPORTS_V190 0x1 /* Supports extended superblock */ macro
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) { in sb_retrieve_failed_devices()
2109 sb->compat_features = cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190); in super_sync()
2126 * FEATURE_FLAG_SUPPORTS_V190 in the compat_features member indicates that those exist in super_sync()
2188 sb->compat_features = cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190); in super_load()
2239 if (le32_to_cpu(sb->compat_features) & FEATURE_FLAG_SUPPORTS_V190) { in super_init_validation()
2450 le32_to_cpu(sb->compat_features) != FEATURE_FLAG_SUPPORTS_V190) { in super_validate()
2470 if (le32_to_cpu(sb->compat_features) & FEATURE_FLAG_SUPPORTS_V190) in super_validate()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-raid.c1915 #define FEATURE_FLAG_SUPPORTS_V190 0x1 /* Supports extended superblock */ macro
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) { in sb_retrieve_failed_devices()
2110 sb->compat_features = cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190); in super_sync()
2127 * FEATURE_FLAG_SUPPORTS_V190 in the compat_features member indicates that those exist in super_sync()
2189 sb->compat_features = cpu_to_le32(FEATURE_FLAG_SUPPORTS_V190); in super_load()
2239 if (le32_to_cpu(sb->compat_features) & FEATURE_FLAG_SUPPORTS_V190) { in super_init_validation()
2447 le32_to_cpu(sb->compat_features) != FEATURE_FLAG_SUPPORTS_V190) { in super_validate()
2467 if (le32_to_cpu(sb->compat_features) & FEATURE_FLAG_SUPPORTS_V190) in super_validate()

Completed in 10 milliseconds