Lines Matching refs:cluster_sync_low
2840 * range [cluster_sync_low, cluster_sync_high] to suspend list.
2872 conf->cluster_sync_high = conf->cluster_sync_low + window_size;
2947 conf->cluster_sync_low = 0;
3303 * time, and we will set cluster_sync_low based on it.
3448 conf->cluster_sync_low = mddev->curr_resync_completed;
3452 conf->cluster_sync_low,
3477 if (conf->cluster_sync_low == 0 ||
3478 conf->cluster_sync_low > sect_va2)
3479 conf->cluster_sync_low = sect_va2;
3485 conf->cluster_sync_low,
4574 conf->cluster_sync_low = sector_nr;
4580 * Set cluster_sync_low again if next address for array
4581 * reshape is less than cluster_sync_low. Since we can't
4582 * update cluster_sync_low until it has finished reshape.
4584 if (sb_reshape_pos < conf->cluster_sync_low)
4585 conf->cluster_sync_low = sb_reshape_pos;
4588 md_cluster_ops->resync_info_update(mddev, conf->cluster_sync_low,