Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Dmd.c676 mddev->reshape_position = MaxSector; in mddev_init()
680 mddev->resync_max = MaxSector; in mddev_init()
982 else if (rdev->mddev->reshape_position != MaxSector && in sync_page_io()
1302 mddev->reshape_position = MaxSector; in super_90_validate()
1312 mddev->recovery_cp = MaxSector; in super_90_validate()
1434 if (mddev->reshape_position == MaxSector) in super_90_sync()
1450 if (mddev->recovery_cp == MaxSector) in super_90_sync()
1841 mddev->reshape_position = MaxSector; in super_1_validate()
1964 sb->resync_offset = cpu_to_le64(MaxSector); in super_1_sync()
2009 if (mddev->reshape_position != MaxSector) { in super_1_sync()
[all …]
Ddm-raid.c445 return rs->md.reshape_position != MaxSector; in rs_is_reshaping()
765 rs->md.recovery_cp = MaxSector; in raid_set_alloc()
1180 rs->dev[i].rdev.recovery_offset = MaxSector; in parse_raid_params()
1678 rs->md.recovery_cp = MaxSector; in rs_setup_recovery()
1692 ? MaxSector : dev_sectors; in rs_setup_recovery()
2136 if (le64_to_cpu(sb->reshape_position) != MaxSector) { in super_sync()
2228 mddev->reshape_position = MaxSector; in super_init_validation()
2474 if (rdev->recovery_offset == MaxSector) in super_validate()
2733 mddev->recovery_cp = MaxSector; in rs_setup_takeover()
2890 rdev->recovery_offset = rs_is_raid1(rs) ? 0 : MaxSector; in rs_setup_reshape()
[all …]
Draid10.c656 if (conf->reshape_progress != MaxSector && in raid10_find_phys()
753 best_dist = MaxSector; in read_balance()
763 if ((conf->mddev->recovery_cp < MaxSector in read_balance()
794 if (best_dist < MaxSector) in read_balance()
2106 && tmp->replacement->recovery_offset == MaxSector in raid10_spare_active()
2124 && tmp->rdev->recovery_offset == MaxSector in raid10_spare_active()
2147 if (mddev->recovery_cp < MaxSector) in raid10_add_disk()
3301 mddev->recovery_cp == MaxSector && in raid10_sync_request()
3302 mddev->reshape_position == MaxSector && in raid10_sync_request()
3358 rdev->recovery_offset = MaxSector; in raid10_sync_request()
[all …]
Draid0.c625 mddev->recovery_cp = MaxSector; in raid0_takeover_raid45()
668 mddev->recovery_cp = MaxSector; in raid0_takeover_raid10()
711 mddev->recovery_cp = MaxSector; in raid0_takeover_raid1()
Draid5.c753 if (conf->mddev->reshape_position != MaxSector) in has_failed()
1013 if (progress == MaxSector) in use_new_offset()
2379 sh->log_start = MaxSector; in alloc_stripe()
4196 (recovery_cp < MaxSector && sh->sector >= recovery_cp && in handle_stripe_dirtying()
5799 if (mddev->reshape_position != MaxSector) in make_discard_request()
5896 sector_t max_sector = 0, min_sector = MaxSector; in stripe_ahead_of_reshape()
5982 if (unlikely(conf->reshape_progress != MaxSector)) { in make_stripe_request()
6117 mddev->reshape_position == MaxSector) { in raid5_make_request()
6143 (conf->reshape_progress != MaxSector) && in raid5_make_request()
6234 conf->reshape_progress == MaxSector) { in reshape_request()
[all …]
Draid1.c623 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()
3167 mddev->recovery_cp = MaxSector; in raid1_run()
[all …]
Draid5-cache.c966 if (sh->log_start == MaxSector) { in r5l_log_stripe()
1063 sh->log_start == MaxSector) { in r5l_write_stripe()
1585 r5l_wake_reclaim(log, MaxSector); in r5l_quiesce()
1855 sh->log_start = MaxSector; in r5l_recovery_reset_stripe()
2351 sector_t next_checkpoint = MaxSector; in r5c_recovery_rewrite_data_only_stripes()
2842 sh->log_start = MaxSector; in r5c_finish_stripe_write_out()
2920 sh->log_start == MaxSector) in r5c_cache_data()
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()
Dmd.h23 #define MaxSector (~(sector_t)0) macro
Draid5-ppl.c1172 if (pplhdr && !mddev->pers && mddev->recovery_cp != MaxSector) in ppl_load_distributed()
1442 mddev->recovery_cp = MaxSector; in ppl_init_log()