Searched refs:MaxSector (Results 1 – 10 of 10) sorted by relevance
692 mddev->resync_max = MaxSector; in mddev_init()1326 mddev->recovery_cp = MaxSector; in super_90_validate()3400 recovery_start == MaxSector) in recovery_start_show()3411 recovery_start = MaxSector; in recovery_start_store()3420 if (recovery_start == MaxSector) in recovery_start_store()4242 n = MaxSector; in resync_start_store()5064 mddev->resync_max = MaxSector; in max_sync_store()6148 mddev->resync_max = MaxSector; in md_clean()7140 mddev->recovery_cp = MaxSector; in md_set_array_info()8854 j = MaxSector; in md_do_sync()[all …]
446 return rs->md.reshape_position != MaxSector; in rs_is_reshaping()766 rs->md.recovery_cp = MaxSector; in raid_set_alloc()1679 rs->md.recovery_cp = MaxSector; in rs_setup_recovery()1693 ? MaxSector : dev_sectors; in rs_setup_recovery()2229 mddev->reshape_position = MaxSector; in super_init_validation()2475 if (rdev->recovery_offset == MaxSector) in super_validate()2734 mddev->recovery_cp = MaxSector; in rs_setup_takeover()3166 rs_setup_recovery(rs, MaxSector); in raid_ctr()3198 rs_setup_recovery(rs, MaxSector); in raid_ctr()3207 rs_setup_recovery(rs, MaxSector); in raid_ctr()[all …]
753 best_dist = MaxSector; in read_balance()794 if (best_dist < MaxSector) in read_balance()2147 if (mddev->recovery_cp < MaxSector) in raid10_add_disk()4058 conf->reshape_progress = MaxSector; in setup_conf()4239 if (mddev->recovery_cp != MaxSector) in raid10_run()4383 mddev->recovery_cp = MaxSector; in raid10_takeover_raid0()4708 conf->reshape_progress = MaxSector; in raid10_start_reshape()4709 conf->reshape_safe = MaxSector; in raid10_start_reshape()4710 mddev->reshape_position = MaxSector; in raid10_start_reshape()5081 conf->reshape_progress = MaxSector; in end_reshape()[all …]
624 mddev->recovery_cp = MaxSector; in raid0_takeover_raid45()667 mddev->recovery_cp = MaxSector; in raid0_takeover_raid10()710 mddev->recovery_cp = MaxSector; in raid0_takeover_raid1()
1013 if (progress == MaxSector) in use_new_offset()2379 sh->log_start = MaxSector; in alloc_stripe()6236 sector_nr = MaxSector; in reshape_request()7738 if (mddev->recovery_cp != MaxSector) in raid5_run()7964 mddev->recovery_cp != MaxSector) { in raid5_run()8584 conf->reshape_progress = MaxSector; in raid5_start_reshape()8585 mddev->reshape_position = MaxSector; in raid5_start_reshape()8609 conf->reshape_progress = MaxSector; in end_reshape()8615 rdev->recovery_offset = MaxSector; in end_reshape()8654 mddev->reshape_position = MaxSector; in raid5_finish_reshape()[all …]
623 best_dist = MaxSector; in read_balance()676 if (best_dist < MaxSector) in read_balance()739 mirror->seq_start != MaxSector && in read_balance()1749 && repl->recovery_offset == MaxSector in raid1_spare_active()1767 && rdev->recovery_offset == MaxSector in raid1_spare_active()2710 mddev->recovery_cp == MaxSector && in raid1_sync_request()2778 sector_t first_bad = MaxSector; in raid1_sync_request()3044 disk->seq_start = MaxSector; in setup_conf()3122 if (mddev->reshape_position != MaxSector) { in raid1_run()3168 mddev->recovery_cp = MaxSector; in raid1_run()[all …]
966 if (sh->log_start == MaxSector) { in r5l_log_stripe()1063 sh->log_start == MaxSector) { in r5l_write_stripe()1586 r5l_wake_reclaim(log, MaxSector); in r5l_quiesce()1856 sh->log_start = MaxSector; in r5l_recovery_reset_stripe()2352 sector_t next_checkpoint = MaxSector; in r5c_recovery_rewrite_data_only_stripes()2843 sh->log_start = MaxSector; in r5c_finish_stripe_write_out()2921 sh->log_start == MaxSector) in r5c_cache_data()
327 mddev->reshape_position != MaxSector) in recover_bitmaps()335 if (mddev->recovery_cp != MaxSector) { in recover_bitmaps()1007 if ((cinfo->slot_number > 0 && mddev->recovery_cp != MaxSector) || in leave()1008 (mddev->reshape_position != MaxSector && in leave()
23 #define MaxSector (~(sector_t)0) macro
1172 if (pplhdr && !mddev->pers && mddev->recovery_cp != MaxSector) in ppl_load_distributed()1439 mddev->recovery_cp = MaxSector; in ppl_init_log()
Completed in 70 milliseconds