Lines Matching refs:MaxSector

625 	if (conf->mddev->reshape_position == MaxSector)  in has_failed()
866 if (progress == MaxSector) in use_new_offset()
2158 sh->log_start = MaxSector; in alloc_stripe()
3874 (recovery_cp < MaxSector && sh->sector >= recovery_cp && in handle_stripe_dirtying()
5484 if (mddev->reshape_position != MaxSector) in make_discard_request()
5601 mddev->reshape_position == MaxSector) { in raid5_make_request()
5629 if (unlikely(conf->reshape_progress != MaxSector)) { in raid5_make_request()
5772 conf->reshape_progress == MaxSector) { in reshape_request()
5774 sector_nr = MaxSector; in reshape_request()
6946 if (mddev->reshape_position == MaxSector) in setup_conf()
7040 if (conf->reshape_progress != MaxSector) { in setup_conf()
7049 if (mddev->reshape_position != MaxSector) { in setup_conf()
7142 if (mddev->recovery_cp != MaxSector) in raid5_run()
7174 if (mddev->reshape_position != MaxSector) { in raid5_run()
7283 } else if (mddev->recovery_cp == MaxSector) in raid5_run()
7305 conf->reshape_progress != MaxSector) { in raid5_run()
7359 mddev->recovery_cp != MaxSector) { in raid5_run()
7380 if (conf->reshape_progress != MaxSector) { in raid5_run()
7539 && tmp->replacement->recovery_offset == MaxSector in raid5_spare_active()
7557 && tmp->rdev->recovery_offset == MaxSector in raid5_spare_active()
7603 conf->reshape_progress == MaxSector) in raid5_remove_disk()
7799 if (mddev->delta_disks < 0 && mddev->reshape_position == MaxSector) { in check_reshape()
7957 conf->reshape_progress = MaxSector; in raid5_start_reshape()
7958 mddev->reshape_position = MaxSector; in raid5_start_reshape()
7982 conf->reshape_progress = MaxSector; in end_reshape()
7983 conf->mddev->reshape_position = MaxSector; in end_reshape()
7988 rdev->recovery_offset = MaxSector; in end_reshape()
8032 mddev->reshape_position = MaxSector; in raid5_finish_reshape()
8091 mddev->recovery_cp = MaxSector; in raid45_takeover_raid0()