Lines Matching refs:MaxSector
384 if (conf->mddev->reshape_position == MaxSector) in has_failed()
3940 mddev->reshape_position == MaxSector && in make_request()
3959 if (unlikely(conf->reshape_progress != MaxSector)) { in make_request()
4826 if (mddev->reshape_position == MaxSector) in setup_conf()
4877 if (conf->reshape_progress != MaxSector) { in setup_conf()
4946 if (mddev->recovery_cp != MaxSector) in run()
4950 if (mddev->reshape_position != MaxSector) { in run()
5088 mddev->recovery_cp != MaxSector) { in run()
5116 if (conf->reshape_progress != MaxSector) { in run()
5281 && tmp->rdev->recovery_offset == MaxSector in raid5_spare_active()
5306 conf->reshape_progress == MaxSector) in raid5_remove_disk()
5394 if (sectors > mddev->dev_sectors && mddev->recovery_cp == MaxSector) { in raid5_resize()
5565 conf->reshape_progress = MaxSector; in raid5_start_reshape()
5585 conf->reshape_progress = MaxSector; in end_reshape()
5637 mddev->reshape_position = MaxSector; in raid5_finish_reshape()
5699 mddev->recovery_cp = MaxSector; in raid45_takeover_raid0()