check_reshape 2031 drivers/md/dm-raid.c if (!mddev->pers || !mddev->pers->check_reshape) check_reshape 3277 drivers/md/dm-raid.c r = rs->md.pers->check_reshape(&rs->md); check_reshape 3906 drivers/md/dm-raid.c r = pers->check_reshape(mddev); check_reshape 343 drivers/md/md-faulty.c .check_reshape = faulty_reshape, check_reshape 4017 drivers/md/md.c if (mddev->pers->check_reshape == NULL) check_reshape 4023 drivers/md/md.c err = mddev->pers->check_reshape(mddev); check_reshape 4118 drivers/md/md.c if (mddev->pers->check_reshape == NULL) check_reshape 4124 drivers/md/md.c err = mddev->pers->check_reshape(mddev); check_reshape 7045 drivers/md/md.c if (mddev->pers->check_reshape == NULL) check_reshape 7072 drivers/md/md.c rv = mddev->pers->check_reshape(mddev); check_reshape 7129 drivers/md/md.c if (mddev->pers->check_reshape == NULL) check_reshape 7133 drivers/md/md.c rv = mddev->pers->check_reshape(mddev); check_reshape 9096 drivers/md/md.c if (mddev->pers->check_reshape == NULL || check_reshape 9097 drivers/md/md.c mddev->pers->check_reshape(mddev) != 0) check_reshape 573 drivers/md/md.h int (*check_reshape) (struct mddev *mddev); check_reshape 3383 drivers/md/raid1.c .check_reshape = raid1_reshape, check_reshape 4928 drivers/md/raid10.c .check_reshape = raid10_check_reshape, check_reshape 8229 drivers/md/raid5.c return check_reshape(mddev); check_reshape 8249 drivers/md/raid5.c return check_reshape(mddev); check_reshape 8426 drivers/md/raid5.c .check_reshape = raid6_check_reshape, check_reshape 8451 drivers/md/raid5.c .check_reshape = raid5_check_reshape, check_reshape 8477 drivers/md/raid5.c .check_reshape = raid5_check_reshape,