Searched refs:check_reshape (Results 1 – 6 of 6) sorted by relevance
351 .check_reshape = reshape,
518 int (*check_reshape) (struct mddev *mddev); member
3655 if (mddev->pers->check_reshape == NULL) in layout_store()3661 err = mddev->pers->check_reshape(mddev); in layout_store()3756 if (mddev->pers->check_reshape == NULL) in chunk_size_store()3762 err = mddev->pers->check_reshape(mddev); in chunk_size_store()6471 if (mddev->pers->check_reshape == NULL) in update_raid_disks()6498 rv = mddev->pers->check_reshape(mddev); in update_raid_disks()6555 if (mddev->pers->check_reshape == NULL) in update_array_info()6559 rv = mddev->pers->check_reshape(mddev); in update_array_info()8382 if (mddev->pers->check_reshape == NULL || in md_check_recovery()8383 mddev->pers->check_reshape(mddev) != 0) in md_check_recovery()
7334 static int check_reshape(struct mddev *mddev) in check_reshape() function7742 return check_reshape(mddev); in raid5_check_reshape()7762 return check_reshape(mddev); in raid6_check_reshape()7869 .check_reshape = raid6_check_reshape,7892 .check_reshape = raid5_check_reshape,7916 .check_reshape = raid5_check_reshape,
3187 .check_reshape = raid1_reshape,
4636 .check_reshape = raid10_check_reshape,