Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid10.c3139 conf->cluster_sync_high = conf->cluster_sync_low + window_size; in raid10_set_cluster_sync_high()
3212 conf->cluster_sync_high = 0; in raid10_sync_request()
3582 (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high)); in raid10_sync_request()
3715 if (conf->cluster_sync_high < sector_nr + nr_sectors) { in raid10_sync_request()
3721 conf->cluster_sync_high); in raid10_sync_request()
3736 if (conf->cluster_sync_high < sect_va1 + nr_sectors) { in raid10_sync_request()
3754 conf->cluster_sync_high); in raid10_sync_request()
4817 if (mddev_is_clustered(mddev) && conf->cluster_sync_high <= sector_nr) { in reshape_request()
4822 conf->cluster_sync_high = sector_nr + CLUSTER_RESYNC_WINDOW_SECTORS; in reshape_request()
4836 conf->cluster_sync_high); in reshape_request()
H A Draid1.c2815 conf->cluster_sync_high = 0; in raid1_sync_request()
2850 (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high)); in raid1_sync_request()
3037 conf->cluster_sync_high < sector_nr + nr_sectors) { in raid1_sync_request()
3039 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request()
3043 conf->cluster_sync_high); in raid1_sync_request()