Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid1.h115 sector_t cluster_sync_high; member
H A Draid10.h104 sector_t cluster_sync_high; member
H A Draid10.c3113 conf->cluster_sync_high = conf->cluster_sync_low + window_size; in raid10_set_cluster_sync_high()
3182 conf->cluster_sync_high = 0; in raid10_sync_request()
3519 (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high)); in raid10_sync_request()
3652 if (conf->cluster_sync_high < sector_nr + nr_sectors) { in raid10_sync_request()
3658 conf->cluster_sync_high); in raid10_sync_request()
3673 if (conf->cluster_sync_high < sect_va1 + nr_sectors) { in raid10_sync_request()
3691 conf->cluster_sync_high); in raid10_sync_request()
4738 if (mddev_is_clustered(mddev) && conf->cluster_sync_high <= sector_nr) { in reshape_request()
4743 conf->cluster_sync_high = sector_nr + CLUSTER_RESYNC_WINDOW_SECTORS; in reshape_request()
4757 conf->cluster_sync_high); in reshape_request()
H A Draid1.c2803 conf->cluster_sync_high = 0; in raid1_sync_request()
2839 conf->cluster_sync_high)); in raid1_sync_request()
3022 conf->cluster_sync_high < sector_nr + nr_sectors) { in raid1_sync_request()
3024 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request()
3028 conf->cluster_sync_high); in raid1_sync_request()