Lines Matching refs:MaxSector

693 	if (conf->mddev->reshape_position == MaxSector)  in has_failed()
938 if (progress == MaxSector) in use_new_offset()
2308 sh->log_start = MaxSector; in alloc_stripe()
4093 (recovery_cp < MaxSector && sh->sector >= recovery_cp && in handle_stripe_dirtying()
5686 if (mddev->reshape_position != MaxSector) in make_discard_request()
5803 mddev->reshape_position == MaxSector) { in raid5_make_request()
5831 if (unlikely(conf->reshape_progress != MaxSector)) { in raid5_make_request()
5974 conf->reshape_progress == MaxSector) { in reshape_request()
5976 sector_nr = MaxSector; in reshape_request()
6720 mddev->reshape_position != MaxSector || in raid5_store_stripe_size()
7250 if (mddev->reshape_position == MaxSector) in setup_conf()
7344 if (conf->reshape_progress != MaxSector) { in setup_conf()
7353 if (mddev->reshape_position != MaxSector) { in setup_conf()
7452 if (mddev->recovery_cp != MaxSector) in raid5_run()
7484 if (mddev->reshape_position != MaxSector) { in raid5_run()
7593 } else if (mddev->recovery_cp == MaxSector) in raid5_run()
7615 conf->reshape_progress != MaxSector) { in raid5_run()
7669 mddev->recovery_cp != MaxSector) { in raid5_run()
7690 if (conf->reshape_progress != MaxSector) { in raid5_run()
7848 && tmp->replacement->recovery_offset == MaxSector in raid5_spare_active()
7866 && tmp->rdev->recovery_offset == MaxSector in raid5_spare_active()
7912 conf->reshape_progress == MaxSector) in raid5_remove_disk()
8115 if (mddev->delta_disks < 0 && mddev->reshape_position == MaxSector) { in check_reshape()
8273 conf->reshape_progress = MaxSector; in raid5_start_reshape()
8274 mddev->reshape_position = MaxSector; in raid5_start_reshape()
8298 conf->reshape_progress = MaxSector; in end_reshape()
8299 conf->mddev->reshape_position = MaxSector; in end_reshape()
8304 rdev->recovery_offset = MaxSector; in end_reshape()
8340 mddev->reshape_position = MaxSector; in raid5_finish_reshape()
8399 mddev->recovery_cp = MaxSector; in raid45_takeover_raid0()