• Home
  • Raw
  • Download

Lines Matching refs:MaxSector

705 	mddev->reshape_position = MaxSector;  in mddev_init()
709 mddev->resync_max = MaxSector; in mddev_init()
1023 else if (rdev->mddev->reshape_position != MaxSector && in sync_page_io()
1348 mddev->reshape_position = MaxSector; in super_90_validate()
1358 mddev->recovery_cp = MaxSector; in super_90_validate()
1480 if (mddev->reshape_position == MaxSector) in super_90_sync()
1496 if (mddev->recovery_cp == MaxSector) in super_90_sync()
1890 mddev->reshape_position = MaxSector; in super_1_validate()
2045 sb->resync_offset = cpu_to_le64(MaxSector); in super_1_sync()
2090 if (mddev->reshape_position != MaxSector) { in super_1_sync()
2822 && (mddev->in_sync && mddev->recovery_cp == MaxSector) in md_update_sb()
3515 recovery_start == MaxSector) in recovery_start_show()
3526 recovery_start = MaxSector; in recovery_start_store()
3535 if (recovery_start == MaxSector) in recovery_start_store()
4014 mddev->reshape_position != MaxSector || in level_store()
4185 if (mddev->reshape_position != MaxSector && in layout_show()
4218 if (mddev->reshape_position == MaxSector) in layout_store()
4232 if (mddev->reshape_position != MaxSector && in raid_disks_show()
4256 else if (mddev->reshape_position != MaxSector) { in raid_disks_store()
4293 if (mddev->reshape_position != MaxSector && in chunk_size_show()
4327 if (mddev->reshape_position == MaxSector) in chunk_size_store()
4339 if (mddev->recovery_cp == MaxSector) in resync_start_show()
4351 n = MaxSector; in resync_start_store()
4881 else if (mddev->reshape_position != MaxSector) in action_show()
4924 } else if (mddev->reshape_position == MaxSector || in action_store()
5160 if (mddev->resync_max == MaxSector) in max_sync_show()
5172 mddev->resync_max = MaxSector; in max_sync_store()
5286 if (mddev->reshape_position != MaxSector) in reshape_position_show()
5965 if (mddev->reshape_position != MaxSector && in md_run()
6227 mddev->resync_max = MaxSector; in md_clean()
6228 mddev->reshape_position = MaxSector; in md_clean()
7216 mddev->recovery_cp = MaxSector; in md_set_array_info()
7239 mddev->reshape_position = MaxSector; in md_set_array_info()
7325 mddev->reshape_position != MaxSector) in update_raid_disks()
8116 rdev->recovery_offset != MaxSector && in status_resync()
8121 if (mddev->reshape_position != MaxSector) in status_resync()
8127 if (mddev->recovery_cp < MaxSector) { in status_resync()
8898 mddev->reshape_position != MaxSector) in md_do_sync()
8903 j = MaxSector; in md_do_sync()
9116 mddev->recovery_cp = MaxSector; in md_do_sync()
9119 mddev->curr_resync = MaxSector; in md_do_sync()
9161 mddev->resync_max = MaxSector; in md_do_sync()
9354 && !mddev->in_sync && mddev->recovery_cp == MaxSector) in md_check_recovery()
9448 if (mddev->reshape_position != MaxSector) { in md_check_recovery()
9460 } else if (mddev->recovery_cp < MaxSector) { in md_check_recovery()
9798 mddev->reshape_position != MaxSector && in check_sb_changes()
9801 mddev->reshape_position = MaxSector; in check_sb_changes()
9848 if (rdev->recovery_offset == MaxSector && in read_rdev()