Searched refs:check_reshape (Results 1 – 6 of 6) sorted by relevance
351 .check_reshape = reshape,
512 int (*check_reshape) (struct mddev *mddev); member
3560 if (mddev->pers->check_reshape == NULL) in layout_store()3566 err = mddev->pers->check_reshape(mddev); in layout_store()3661 if (mddev->pers->check_reshape == NULL) in chunk_size_store()3667 err = mddev->pers->check_reshape(mddev); in chunk_size_store()6328 if (mddev->pers->check_reshape == NULL) in update_raid_disks()6355 rv = mddev->pers->check_reshape(mddev); in update_raid_disks()6412 if (mddev->pers->check_reshape == NULL) in update_array_info()6416 rv = mddev->pers->check_reshape(mddev); in update_array_info()8194 if (mddev->pers->check_reshape == NULL || in md_check_recovery()8195 mddev->pers->check_reshape(mddev) != 0) in md_check_recovery()
7249 static int check_reshape(struct mddev *mddev) in check_reshape() function7653 return check_reshape(mddev); in raid5_check_reshape()7673 return check_reshape(mddev); in raid6_check_reshape()7780 .check_reshape = raid6_check_reshape,7804 .check_reshape = raid5_check_reshape,7829 .check_reshape = raid5_check_reshape,
3174 .check_reshape = raid1_reshape,
4709 .check_reshape = raid10_check_reshape,