Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Draid1.h140 sector_t cluster_sync_high; member
H A Draid10.h110 sector_t cluster_sync_high; member
H A Draid10.c2853 conf->cluster_sync_high = conf->cluster_sync_low + window_size; in raid10_set_cluster_sync_high()
2929 conf->cluster_sync_high = 0; in raid10_sync_request()
3295 (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high)); in raid10_sync_request()
3432 if (conf->cluster_sync_high < sector_nr + nr_sectors) { in raid10_sync_request()
3438 conf->cluster_sync_high); in raid10_sync_request()
3453 if (conf->cluster_sync_high < sect_va1 + nr_sectors) { in raid10_sync_request()
3471 conf->cluster_sync_high); in raid10_sync_request()
4558 if (mddev_is_clustered(mddev) && conf->cluster_sync_high <= sector_nr) { in reshape_request()
4563 conf->cluster_sync_high = sector_nr + CLUSTER_RESYNC_WINDOW_SECTORS; in reshape_request()
4577 conf->cluster_sync_high); in reshape_request()
H A Draid1.c2654 conf->cluster_sync_high = 0; in raid1_sync_request()
2688 mddev_is_clustered(mddev) && (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high)); in raid1_sync_request()
2878 conf->cluster_sync_high < sector_nr + nr_sectors) { in raid1_sync_request()
2880 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request()
2884 conf->cluster_sync_high); in raid1_sync_request()