Searched refs:start_reshape (Results 1 – 5 of 5) sorted by relevance
588 int (*start_reshape) (struct mddev *mddev); member
3294 if (rs->md.pers->start_reshape) { in raid_ctr()3926 if (pers->start_reshape) { in rs_start_reshape()3927 r = pers->start_reshape(mddev); in rs_start_reshape()
4880 if (mddev->pers->start_reshape == NULL) in action_store()4888 err = mddev->pers->start_reshape(mddev); in action_store()5926 pers->start_reshape == NULL) { in md_run()9676 if (mddev->pers->start_reshape) in check_sb_changes()9677 mddev->pers->start_reshape(mddev); in check_sb_changes()
8714 .start_reshape = raid5_start_reshape,8738 .start_reshape = raid5_start_reshape,8763 .start_reshape = raid5_start_reshape,
4900 .start_reshape = raid10_start_reshape,