Searched refs:rs_is_raid1 (Results 1 – 1 of 1) sorted by relevance
400 static bool rs_is_raid1(struct raid_set *rs) in rs_is_raid1() function1912 if (rs_is_raid1(rs)) { in rs_reshape_requested()2039 else if (!(rs_is_raid1(rs) || rs_is_raid10(rs) || rs_is_raid456(rs))) in rs_check_reshape()2740 } else if (rs_is_raid1(rs)) in rs_setup_takeover()2803 else if (rs_is_raid1(rs)) { in rs_prepare_reshape()2907 rdev->recovery_offset = rs_is_raid1(rs) ? 0 : MaxSector; in rs_setup_reshape()2993 ti->split_discard_bios = !!(rs_is_raid1(rs) || rs_is_raid10(rs)); in configure_discard_support()3192 if (reshape_sectors || rs_is_raid1(rs)) { in raid_ctr()