Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Ddm-raid.c424 static bool rs_is_raid456(struct raid_set *rs) in rs_is_raid456() function
433 return rs_is_raid456(rs) || in rs_is_reshapable()
2025 else if (!(rs_is_raid1(rs) || rs_is_raid10(rs) || rs_is_raid456(rs))) in rs_check_reshape()
2780 } else if (rs_is_raid456(rs)) in rs_prepare_reshape()
2962 raid456 = rs_is_raid456(rs); in configure_discard_support()
3270 if (rs_is_raid456(rs)) { in raid_ctr()
3508 struct r5conf *conf = rs_is_raid456(rs) ? mddev->private : NULL; in raid_status()