Lines Matching refs:cluster_sync_high
3225 * Set cluster_sync_high since we need other nodes to add the
3226 * range [cluster_sync_low, cluster_sync_high] to suspend list.
3258 conf->cluster_sync_high = conf->cluster_sync_low + window_size;
3335 conf->cluster_sync_high = 0;
3713 (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high));
3850 if (conf->cluster_sync_high < sector_nr + nr_sectors) {
3856 conf->cluster_sync_high);
3867 * with cluster_sync_high.
3871 if (conf->cluster_sync_high < sect_va1 + nr_sectors) {
3889 conf->cluster_sync_high);
4952 if (mddev_is_clustered(mddev) && conf->cluster_sync_high <= sector_nr) {
4957 conf->cluster_sync_high = sector_nr + CLUSTER_RESYNC_WINDOW_SECTORS;
4971 conf->cluster_sync_high);