• Home
  • Raw
  • Download

Lines Matching refs:MaxSector

616 	if (conf->mddev->reshape_position == MaxSector)  in has_failed()
861 if (progress == MaxSector) in use_new_offset()
2147 sh->log_start = MaxSector; in alloc_stripe()
3881 (recovery_cp < MaxSector && sh->sector >= recovery_cp && in handle_stripe_dirtying()
5497 if (mddev->reshape_position != MaxSector) in make_discard_request()
5614 mddev->reshape_position == MaxSector) { in raid5_make_request()
5642 if (unlikely(conf->reshape_progress != MaxSector)) { in raid5_make_request()
5786 conf->reshape_progress == MaxSector) { in reshape_request()
5788 sector_nr = MaxSector; in reshape_request()
6968 if (mddev->reshape_position == MaxSector) in setup_conf()
7062 if (conf->reshape_progress != MaxSector) { in setup_conf()
7071 if (mddev->reshape_position != MaxSector) { in setup_conf()
7164 if (mddev->recovery_cp != MaxSector) in raid5_run()
7196 if (mddev->reshape_position != MaxSector) { in raid5_run()
7305 } else if (mddev->recovery_cp == MaxSector) in raid5_run()
7327 conf->reshape_progress != MaxSector) { in raid5_run()
7381 mddev->recovery_cp != MaxSector) { in raid5_run()
7402 if (conf->reshape_progress != MaxSector) { in raid5_run()
7563 && tmp->replacement->recovery_offset == MaxSector in raid5_spare_active()
7581 && tmp->rdev->recovery_offset == MaxSector in raid5_spare_active()
7627 conf->reshape_progress == MaxSector) in raid5_remove_disk()
7830 if (mddev->delta_disks < 0 && mddev->reshape_position == MaxSector) { in check_reshape()
7988 conf->reshape_progress = MaxSector; in raid5_start_reshape()
7989 mddev->reshape_position = MaxSector; in raid5_start_reshape()
8013 conf->reshape_progress = MaxSector; in end_reshape()
8014 conf->mddev->reshape_position = MaxSector; in end_reshape()
8019 rdev->recovery_offset = MaxSector; in end_reshape()
8063 mddev->reshape_position = MaxSector; in raid5_finish_reshape()
8122 mddev->recovery_cp = MaxSector; in raid45_takeover_raid0()