Lines Matching refs:MaxSector
649 if (conf->mddev->reshape_position == MaxSector) in has_failed()
868 if (progress == MaxSector) in use_new_offset()
3565 (recovery_cp < MaxSector && sh->sector >= recovery_cp && in handle_stripe_dirtying()
5064 if (mddev->reshape_position != MaxSector) in make_discard_request()
5173 mddev->reshape_position == MaxSector && in make_request()
5199 if (unlikely(conf->reshape_progress != MaxSector)) { in make_request()
6490 if (mddev->reshape_position == MaxSector) in setup_conf()
6568 if (conf->reshape_progress != MaxSector) { in setup_conf()
6653 if (mddev->recovery_cp != MaxSector) in run()
6674 if (mddev->reshape_position != MaxSector) { in run()
6787 conf->reshape_progress != MaxSector) { in run()
6843 mddev->recovery_cp != MaxSector) { in run()
6871 if (conf->reshape_progress != MaxSector) { in run()
7040 && tmp->replacement->recovery_offset == MaxSector in raid5_spare_active()
7058 && tmp->rdev->recovery_offset == MaxSector in raid5_spare_active()
7089 conf->reshape_progress == MaxSector) in raid5_remove_disk()
7259 if (mddev->delta_disks < 0 && mddev->reshape_position == MaxSector) { in check_reshape()
7414 conf->reshape_progress = MaxSector; in raid5_start_reshape()
7415 mddev->reshape_position = MaxSector; in raid5_start_reshape()
7440 conf->reshape_progress = MaxSector; in end_reshape()
7488 mddev->reshape_position = MaxSector; in raid5_finish_reshape()
7551 mddev->recovery_cp = MaxSector; in raid45_takeover_raid0()