Home
last modified time | relevance | path

Searched refs:cluster_sync_high (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/md/
Draid1.h139 sector_t cluster_sync_high; member
Draid10.h109 sector_t cluster_sync_high; member
Draid10.c3258 conf->cluster_sync_high = conf->cluster_sync_low + window_size; in raid10_set_cluster_sync_high()
3335 conf->cluster_sync_high = 0; in raid10_sync_request()
3713 (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high)); in raid10_sync_request()
3850 if (conf->cluster_sync_high < sector_nr + nr_sectors) { in raid10_sync_request()
3856 conf->cluster_sync_high); in raid10_sync_request()
3871 if (conf->cluster_sync_high < sect_va1 + nr_sectors) { in raid10_sync_request()
3889 conf->cluster_sync_high); in raid10_sync_request()
4952 if (mddev_is_clustered(mddev) && conf->cluster_sync_high <= sector_nr) { in reshape_request()
4957 conf->cluster_sync_high = sector_nr + CLUSTER_RESYNC_WINDOW_SECTORS; in reshape_request()
4971 conf->cluster_sync_high); in reshape_request()
Draid1.c2701 conf->cluster_sync_high = 0; in raid1_sync_request()
2735 mddev_is_clustered(mddev) && (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high)); in raid1_sync_request()
2925 conf->cluster_sync_high < sector_nr + nr_sectors) { in raid1_sync_request()
2927 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request()
2931 conf->cluster_sync_high); in raid1_sync_request()