Searched refs:check_reshape (Results 1 – 7 of 7) sorted by relevance
343 .check_reshape = faulty_reshape,
588 int (*check_reshape) (struct mddev *mddev); member
4143 if (mddev->pers->check_reshape == NULL) in layout_store()4149 err = mddev->pers->check_reshape(mddev); in layout_store()4252 if (mddev->pers->check_reshape == NULL) in chunk_size_store()4258 err = mddev->pers->check_reshape(mddev); in chunk_size_store()7257 if (mddev->pers->check_reshape == NULL) in update_raid_disks()7285 rv = mddev->pers->check_reshape(mddev); in update_raid_disks()7342 if (mddev->pers->check_reshape == NULL) in update_array_info()7346 rv = mddev->pers->check_reshape(mddev); in update_array_info()9362 if (mddev->pers->check_reshape == NULL || in md_check_recovery()9363 mddev->pers->check_reshape(mddev) != 0) in md_check_recovery()
2014 if (!mddev->pers || !mddev->pers->check_reshape) in rs_check_reshape()3293 r = rs->md.pers->check_reshape(&rs->md); in raid_ctr()3944 r = pers->check_reshape(mddev); in rs_start_reshape()
8104 static int check_reshape(struct mddev *mddev) in check_reshape() function8510 return check_reshape(mddev); in raid5_check_reshape()8530 return check_reshape(mddev); in raid6_check_reshape()8707 .check_reshape = raid6_check_reshape,8731 .check_reshape = raid5_check_reshape,8756 .check_reshape = raid5_check_reshape,
3391 .check_reshape = raid1_reshape,
5222 .check_reshape = raid10_check_reshape,
Completed in 52 milliseconds