Searched refs:check_reshape (Results 1 – 6 of 6) sorted by relevance
767 int (*check_reshape) (struct mddev *mddev); member
4173 if (mddev->pers->check_reshape == NULL) in layout_store()4179 err = mddev->pers->check_reshape(mddev); in layout_store()4282 if (mddev->pers->check_reshape == NULL) in chunk_size_store()4288 err = mddev->pers->check_reshape(mddev); in chunk_size_store()4989 mddev->pers->check_reshape == NULL || in mddev_start_reshape()4990 mddev->pers->check_reshape(mddev)) { in mddev_start_reshape()7468 if (mddev->pers->check_reshape == NULL) in update_raid_disks()7495 rv = mddev->pers->check_reshape(mddev); in update_raid_disks()7574 if (mddev->pers->check_reshape == NULL) in update_array_info()7578 rv = mddev->pers->check_reshape(mddev); in update_array_info()[all …]
2045 if (!mddev->pers || !mddev->pers->check_reshape) in rs_check_reshape()3301 r = rs->md.pers->check_reshape(&rs->md); in raid_ctr()4001 r = pers->check_reshape(mddev); in rs_start_reshape()
8364 static int check_reshape(struct mddev *mddev) in check_reshape() function8758 return check_reshape(mddev); in raid5_check_reshape()8778 return check_reshape(mddev); in raid6_check_reshape()8967 .check_reshape = raid6_check_reshape,8997 .check_reshape = raid5_check_reshape,9028 .check_reshape = raid5_check_reshape,
3496 .check_reshape = raid1_reshape,
5137 .check_reshape = raid10_check_reshape,
Completed in 85 milliseconds