Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid10.c121 #define CLUSTER_RESYNC_WINDOW_SECTORS (CLUSTER_RESYNC_WINDOW >> 9) macro
3102 window_size = (CLUSTER_RESYNC_WINDOW_SECTORS > window_size) ? in raid10_set_cluster_sync_high()
3103 CLUSTER_RESYNC_WINDOW_SECTORS : window_size; in raid10_set_cluster_sync_high()
4786 conf->cluster_sync_high = sector_nr + CLUSTER_RESYNC_WINDOW_SECTORS; in reshape_request()
H A Draid1.c142 #define CLUSTER_RESYNC_WINDOW_SECTORS (CLUSTER_RESYNC_WINDOW >> 9) macro
3014 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request()