Lines Matching refs:cluster_sync_low
3226 * range [cluster_sync_low, cluster_sync_high] to suspend list.
3258 conf->cluster_sync_high = conf->cluster_sync_low + window_size;
3334 conf->cluster_sync_low = 0;
3706 * time, and we will set cluster_sync_low based on it.
3851 conf->cluster_sync_low = mddev->curr_resync_completed;
3855 conf->cluster_sync_low,
3880 if (conf->cluster_sync_low == 0 ||
3881 conf->cluster_sync_low > sect_va2)
3882 conf->cluster_sync_low = sect_va2;
3888 conf->cluster_sync_low,
4956 conf->cluster_sync_low = sector_nr;
4962 * Set cluster_sync_low again if next address for array
4963 * reshape is less than cluster_sync_low. Since we can't
4964 * update cluster_sync_low until it has finished reshape.
4966 if (sb_reshape_pos < conf->cluster_sync_low)
4967 conf->cluster_sync_low = sb_reshape_pos;
4970 md_cluster_ops->resync_info_update(mddev, conf->cluster_sync_low,