Searched refs:check_reshape (Results 1 – 3 of 3) sorted by relevance
4364 if (mddev->pers->check_reshape == NULL) in layout_store()4370 err = mddev->pers->check_reshape(mddev); in layout_store()4473 if (mddev->pers->check_reshape == NULL) in chunk_size_store()4479 err = mddev->pers->check_reshape(mddev); in chunk_size_store()5225 mddev->pers->check_reshape == NULL || in mddev_start_reshape()5226 mddev->pers->check_reshape(mddev)) { in mddev_start_reshape()7849 if (mddev->pers->check_reshape == NULL) in update_raid_disks()7876 rv = mddev->pers->check_reshape(mddev); in update_raid_disks()7955 if (mddev->pers->check_reshape == NULL) in update_array_info()7959 rv = mddev->pers->check_reshape(mddev); in update_array_info()[all …]
2045 if (!mddev->pers || !mddev->pers->check_reshape) in rs_check_reshape()3303 r = rs->md.pers->check_reshape(&rs->md); in raid_ctr()4008 r = pers->check_reshape(mddev); in rs_start_reshape()
8390 static int check_reshape(struct mddev *mddev) in check_reshape() function8784 return check_reshape(mddev); in raid5_check_reshape()8804 return check_reshape(mddev); in raid6_check_reshape()8993 .check_reshape = raid6_check_reshape,9023 .check_reshape = raid5_check_reshape,9054 .check_reshape = raid5_check_reshape,