Lines Matching refs:cluster_sync_high
2839 * Set cluster_sync_high since we need other nodes to add the
2840 * range [cluster_sync_low, cluster_sync_high] to suspend list.
2872 conf->cluster_sync_high = conf->cluster_sync_low + window_size;
2948 conf->cluster_sync_high = 0;
3310 (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high));
3447 if (conf->cluster_sync_high < sector_nr + nr_sectors) {
3453 conf->cluster_sync_high);
3464 * with cluster_sync_high.
3468 if (conf->cluster_sync_high < sect_va1 + nr_sectors) {
3486 conf->cluster_sync_high);
4570 if (mddev_is_clustered(mddev) && conf->cluster_sync_high <= sector_nr) {
4575 conf->cluster_sync_high = sector_nr + CLUSTER_RESYNC_WINDOW_SECTORS;
4589 conf->cluster_sync_high);