Searched refs:start_reshape (Results 1 – 5 of 5) sorted by relevance
574 int (*start_reshape) (struct mddev *mddev); member
3276 if (rs->md.pers->start_reshape) { in raid_ctr()3916 if (pers->start_reshape) { in rs_start_reshape()3917 r = pers->start_reshape(mddev); in rs_start_reshape()
4666 if (mddev->pers->start_reshape == NULL) in action_store()4674 err = mddev->pers->start_reshape(mddev); in action_store()5660 pers->start_reshape == NULL) { in md_run()9395 if (mddev->pers->start_reshape) in check_sb_changes()9396 mddev->pers->start_reshape(mddev); in check_sb_changes()
8427 .start_reshape = raid5_start_reshape,8452 .start_reshape = raid5_start_reshape,8478 .start_reshape = raid5_start_reshape,
4930 .start_reshape = raid10_start_reshape,