Home
last modified time | relevance | path

Searched refs:MaxSector (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/md/
A Draid10.c726 best_dist = MaxSector; in read_balance()
767 if (best_dist < MaxSector) in read_balance()
2076 if (mddev->recovery_cp < MaxSector) in raid10_add_disk()
3996 conf->reshape_progress = MaxSector; in setup_conf()
4192 if (mddev->recovery_cp != MaxSector) in raid10_run()
4336 mddev->recovery_cp = MaxSector; in raid10_takeover_raid0()
4661 conf->reshape_progress = MaxSector; in raid10_start_reshape()
4662 conf->reshape_safe = MaxSector; in raid10_start_reshape()
4663 mddev->reshape_position = MaxSector; in raid10_start_reshape()
5036 conf->reshape_progress = MaxSector; in end_reshape()
[all …]
A Dmd.c693 mddev->resync_max = MaxSector; in mddev_init()
1337 mddev->recovery_cp = MaxSector; in super_90_validate()
3453 recovery_start == MaxSector) in recovery_start_show()
3464 recovery_start = MaxSector; in recovery_start_store()
3473 if (recovery_start == MaxSector) in recovery_start_store()
4288 n = MaxSector; in resync_start_store()
5097 mddev->resync_max = MaxSector; in max_sync_store()
6171 mddev->resync_max = MaxSector; in md_clean()
7158 mddev->recovery_cp = MaxSector; in md_set_array_info()
8817 j = MaxSector; in md_do_sync()
[all …]
A Ddm-raid.c445 return rs->md.reshape_position != MaxSector; in rs_is_reshaping()
765 rs->md.recovery_cp = MaxSector; in raid_set_alloc()
1676 rs->md.recovery_cp = MaxSector; in rs_setup_recovery()
1690 ? MaxSector : dev_sectors; in rs_setup_recovery()
2226 mddev->reshape_position = MaxSector; in super_init_validation()
2472 if (rdev->recovery_offset == MaxSector) in super_validate()
2731 mddev->recovery_cp = MaxSector; in rs_setup_takeover()
3167 rs_setup_recovery(rs, MaxSector); in raid_ctr()
3199 rs_setup_recovery(rs, MaxSector); in raid_ctr()
3208 rs_setup_recovery(rs, MaxSector); in raid_ctr()
[all …]
A Draid0.c620 mddev->recovery_cp = MaxSector; in raid0_takeover_raid45()
663 mddev->recovery_cp = MaxSector; in raid0_takeover_raid10()
706 mddev->recovery_cp = MaxSector; in raid0_takeover_raid1()
A Draid5.c938 if (progress == MaxSector) in use_new_offset()
2309 sh->log_start = MaxSector; in alloc_stripe()
5980 sector_nr = MaxSector; in reshape_request()
7456 if (mddev->recovery_cp != MaxSector) in raid5_run()
7673 mddev->recovery_cp != MaxSector) { in raid5_run()
8274 conf->reshape_progress = MaxSector; in raid5_start_reshape()
8275 mddev->reshape_position = MaxSector; in raid5_start_reshape()
8299 conf->reshape_progress = MaxSector; in end_reshape()
8305 rdev->recovery_offset = MaxSector; in end_reshape()
8341 mddev->reshape_position = MaxSector; in raid5_finish_reshape()
[all …]
A Draid1.c620 best_dist = MaxSector; in read_balance()
673 if (best_dist < MaxSector) in read_balance()
736 mirror->seq_start != MaxSector && in read_balance()
1718 && repl->recovery_offset == MaxSector in raid1_spare_active()
1736 && rdev->recovery_offset == MaxSector in raid1_spare_active()
2685 mddev->recovery_cp == MaxSector && in raid1_sync_request()
2753 sector_t first_bad = MaxSector; in raid1_sync_request()
3019 disk->seq_start = MaxSector; in setup_conf()
3099 if (mddev->reshape_position != MaxSector) { in raid1_run()
3148 mddev->recovery_cp = MaxSector; in raid1_run()
[all …]
A Draid5-cache.c967 if (sh->log_start == MaxSector) { in r5l_log_stripe()
1064 sh->log_start == MaxSector) { in r5l_write_stripe()
1585 r5l_wake_reclaim(log, MaxSector); in r5l_quiesce()
1863 sh->log_start = MaxSector; in r5l_recovery_reset_stripe()
2358 sector_t next_checkpoint = MaxSector; in r5c_recovery_rewrite_data_only_stripes()
2846 sh->log_start = MaxSector; in r5c_finish_stripe_write_out()
2924 sh->log_start == MaxSector) in r5c_cache_data()
A Dmd-cluster.c327 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()
A Dmd.h23 #define MaxSector (~(sector_t)0) macro
A Draid5-ppl.c1177 if (pplhdr && !mddev->pers && mddev->recovery_cp != MaxSector) in ppl_load_distributed()
1447 mddev->recovery_cp = MaxSector; in ppl_init_log()

Completed in 78 milliseconds