Searched refs:check_reshape (Results 1 – 5 of 5) sorted by relevance
4381 if (mddev->pers->check_reshape == NULL) in layout_store()4387 err = mddev->pers->check_reshape(mddev); in layout_store()4494 if (mddev->pers->check_reshape == NULL) in chunk_size_store()4500 err = mddev->pers->check_reshape(mddev); in chunk_size_store()5250 mddev->pers->check_reshape == NULL || in mddev_start_reshape()5251 mddev->pers->check_reshape(mddev)) { in mddev_start_reshape()8039 if (mddev->pers->check_reshape == NULL) in update_raid_disks()8066 rv = mddev->pers->check_reshape(mddev); in update_raid_disks()8145 if (mddev->pers->check_reshape == NULL) in update_array_info()8149 rv = mddev->pers->check_reshape(mddev); in update_array_info()[all …]
775 int (*check_reshape) (struct mddev *mddev); member
8586 static int check_reshape(struct mddev *mddev) in check_reshape() function9011 return check_reshape(mddev); in raid5_check_reshape()9031 return check_reshape(mddev); in raid6_check_reshape()9238 .check_reshape = raid6_check_reshape,9271 .check_reshape = raid5_check_reshape,9305 .check_reshape = raid5_check_reshape,
3461 .check_reshape = raid1_reshape,
5113 .check_reshape = raid10_check_reshape,