• Home
  • Raw
  • Download

Lines Matching refs:MaxSector

628 	if (conf->mddev->reshape_position == MaxSector)  in has_failed()
869 if (progress == MaxSector) in use_new_offset()
2156 sh->log_start = MaxSector; in alloc_stripe()
3874 (recovery_cp < MaxSector && sh->sector >= recovery_cp && in handle_stripe_dirtying()
5492 if (mddev->reshape_position != MaxSector) in make_discard_request()
5609 mddev->reshape_position == MaxSector) { in raid5_make_request()
5637 if (unlikely(conf->reshape_progress != MaxSector)) { in raid5_make_request()
5780 conf->reshape_progress == MaxSector) { in reshape_request()
5782 sector_nr = MaxSector; in reshape_request()
6942 if (mddev->reshape_position == MaxSector) in setup_conf()
7036 if (conf->reshape_progress != MaxSector) { in setup_conf()
7045 if (mddev->reshape_position != MaxSector) { in setup_conf()
7138 if (mddev->recovery_cp != MaxSector) in raid5_run()
7170 if (mddev->reshape_position != MaxSector) { in raid5_run()
7279 } else if (mddev->recovery_cp == MaxSector) in raid5_run()
7301 conf->reshape_progress != MaxSector) { in raid5_run()
7355 mddev->recovery_cp != MaxSector) { in raid5_run()
7376 if (conf->reshape_progress != MaxSector) { in raid5_run()
7537 && tmp->replacement->recovery_offset == MaxSector in raid5_spare_active()
7555 && tmp->rdev->recovery_offset == MaxSector in raid5_spare_active()
7601 conf->reshape_progress == MaxSector) in raid5_remove_disk()
7797 if (mddev->delta_disks < 0 && mddev->reshape_position == MaxSector) { in check_reshape()
7955 conf->reshape_progress = MaxSector; in raid5_start_reshape()
7956 mddev->reshape_position = MaxSector; in raid5_start_reshape()
7979 conf->reshape_progress = MaxSector; in end_reshape()
7980 conf->mddev->reshape_position = MaxSector; in end_reshape()
8024 mddev->reshape_position = MaxSector; in raid5_finish_reshape()
8083 mddev->recovery_cp = MaxSector; in raid45_takeover_raid0()