Searched refs:MaxSector (Results 1 – 10 of 10) sorted by relevance
687 mddev->resync_max = MaxSector; in mddev_init()1358 mddev->recovery_cp = MaxSector; in super_90_validate()3394 recovery_start == MaxSector) in recovery_start_show()3405 recovery_start = MaxSector; in recovery_start_store()3414 if (recovery_start == MaxSector) in recovery_start_store()4275 n = MaxSector; in resync_start_store()5269 mddev->resync_max = MaxSector; in max_sync_store()6359 mddev->resync_max = MaxSector; in md_clean()8883 start = MaxSector; in md_sync_position()8908 return MaxSector; in md_sync_position()[all …]
745 best_dist = MaxSector; in read_balance()778 if (best_dist < MaxSector) in read_balance()2079 if (mddev->recovery_cp < MaxSector) in raid10_add_disk()3932 conf->reshape_progress = MaxSector; in setup_conf()4122 if (mddev->recovery_cp != MaxSector) in raid10_run()4252 mddev->recovery_cp = MaxSector; in raid10_takeover_raid0()4566 conf->reshape_progress = MaxSector; in raid10_start_reshape()4567 conf->reshape_safe = MaxSector; in raid10_start_reshape()4568 mddev->reshape_position = MaxSector; in raid10_start_reshape()4934 conf->reshape_progress = MaxSector; in end_reshape()[all …]
447 return rs->md.reshape_position != MaxSector; in rs_is_reshaping()771 rs->md.recovery_cp = MaxSector; in raid_set_alloc()1702 rs->md.recovery_cp = MaxSector; in rs_setup_recovery()1716 ? MaxSector : dev_sectors; in rs_setup_recovery()2260 mddev->reshape_position = MaxSector; in super_init_validation()2503 if (rdev->recovery_offset == MaxSector) in super_validate()2762 mddev->recovery_cp = MaxSector; in rs_setup_takeover()3177 rs_setup_recovery(rs, MaxSector); in raid_ctr()3209 rs_setup_recovery(rs, MaxSector); in raid_ctr()3218 rs_setup_recovery(rs, MaxSector); in raid_ctr()[all …]
1020 if (progress == MaxSector) in use_new_offset()2371 sh->log_start = MaxSector; in alloc_stripe()5923 if (reshape_progress == MaxSector) in get_reshape_loc()6245 sector_nr = MaxSector; in reshape_request()6280 return MaxSector; in reshape_request()6300 return MaxSector; in reshape_request()6306 return MaxSector; in reshape_request()6309 return MaxSector; in reshape_request()7789 if (mddev->recovery_cp != MaxSector) in raid5_run()8432 if (mddev->recovery_cp < MaxSector) in raid5_start_reshape()[all …]
665 mddev->recovery_cp = MaxSector; in raid0_takeover_raid45()708 mddev->recovery_cp = MaxSector; in raid0_takeover_raid10()751 mddev->recovery_cp = MaxSector; in raid0_takeover_raid1()
736 return opt_iosize > 0 && mirror->seq_start != MaxSector && in should_choose_next()774 .closest_dist = MaxSector, in choose_best_rdev()1815 && repl->recovery_offset == MaxSector in raid1_spare_active()1833 && rdev->recovery_offset == MaxSector in raid1_spare_active()1865 info->seq_start = MaxSector; in raid1_add_conf()2796 mddev->recovery_cp == MaxSector && in raid1_sync_request()2863 sector_t first_bad = MaxSector; in raid1_sync_request()3214 if (mddev->reshape_position != MaxSector) { in raid1_run()3254 mddev->recovery_cp = MaxSector; in raid1_run()3256 if (mddev->recovery_cp != MaxSector) in raid1_run()
24 #define MaxSector (~(sector_t)0) macro654 if (mddev->reshape_position == MaxSector) in reshape_interrupted()
968 if (sh->log_start == MaxSector) { in r5l_log_stripe()1065 sh->log_start == MaxSector) { in r5l_write_stripe()1588 r5l_wake_reclaim(log, MaxSector); in r5l_quiesce()1858 sh->log_start = MaxSector; in r5l_recovery_reset_stripe()2348 sector_t next_checkpoint = MaxSector; in r5c_recovery_rewrite_data_only_stripes()2833 sh->log_start = MaxSector; in r5c_finish_stripe_write_out()2911 sh->log_start == MaxSector) in r5c_cache_data()
336 mddev->reshape_position != MaxSector) in recover_bitmaps()344 if (mddev->recovery_cp != MaxSector) { in recover_bitmaps()1030 if ((cinfo->slot_number > 0 && mddev->recovery_cp != MaxSector) || in leave()1031 (mddev->reshape_position != MaxSector && in leave()
1166 if (pplhdr && !mddev->pers && mddev->recovery_cp != MaxSector) in ppl_load_distributed()1432 mddev->recovery_cp = MaxSector; in ppl_init_log()
Completed in 75 milliseconds