Searched refs:cluster_sync_high (Results 1 – 4 of 4) sorted by relevance
120 sector_t cluster_sync_high; member
109 sector_t cluster_sync_high; member
3099 * Set cluster_sync_high since we need other nodes to add the3100 * range [cluster_sync_low, cluster_sync_high] to suspend list.3132 conf->cluster_sync_high = conf->cluster_sync_low + window_size; in raid10_set_cluster_sync_high() 3205 conf->cluster_sync_high = 0; in raid10_sync_request() 3575 (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high)); in raid10_sync_request() 3708 if (conf->cluster_sync_high < sector_nr + nr_sectors) { in raid10_sync_request() 3714 conf->cluster_sync_high); in raid10_sync_request() 3725 * with cluster_sync_high. in raid10_sync_request() 3729 if (conf->cluster_sync_high < sect_va1 + nr_sectors) { in raid10_sync_request() 3747 conf->cluster_sync_high); in raid10_sync_request() [all...]
2817 conf->cluster_sync_high = 0; in raid1_sync_request() 2852 (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high)); in raid1_sync_request() 3039 conf->cluster_sync_high < sector_nr + nr_sectors) { in raid1_sync_request() 3041 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request() 3045 conf->cluster_sync_high); in raid1_sync_request()