Searched refs:check_reshape (Results 1 – 5 of 5) sorted by relevance
347 .check_reshape = reshape,
455 int (*check_reshape) (struct mddev *mddev); member
3547 if (mddev->pers->check_reshape == NULL) in layout_store()3550 err = mddev->pers->check_reshape(mddev); in layout_store()3625 if (mddev->pers->check_reshape == NULL) in chunk_size_store()3628 err = mddev->pers->check_reshape(mddev); in chunk_size_store()5966 if (mddev->pers->check_reshape == NULL) in update_raid_disks()5975 rv = mddev->pers->check_reshape(mddev); in update_raid_disks()6031 if (mddev->pers->check_reshape == NULL) in update_array_info()6035 rv = mddev->pers->check_reshape(mddev); in update_array_info()7619 if (mddev->pers->check_reshape == NULL || in md_check_recovery()7620 mddev->pers->check_reshape(mddev) != 0) in md_check_recovery()
5481 static int check_reshape(struct mddev *mddev) in check_reshape() function5848 return check_reshape(mddev); in raid5_check_reshape()5868 return check_reshape(mddev); in raid6_check_reshape()5976 .check_reshape = raid6_check_reshape,5998 .check_reshape = raid5_check_reshape,6021 .check_reshape = raid5_check_reshape,
2951 .check_reshape = raid1_reshape,