Lines Matching refs:cluster_sync_low
3132 conf->cluster_sync_high = conf->cluster_sync_low + window_size; in raid10_set_cluster_sync_high()
3204 conf->cluster_sync_low = 0; in raid10_sync_request()
3709 conf->cluster_sync_low = mddev->curr_resync_completed; in raid10_sync_request()
3713 conf->cluster_sync_low, in raid10_sync_request()
3738 if (conf->cluster_sync_low == 0 || in raid10_sync_request()
3739 conf->cluster_sync_low > sect_va2) in raid10_sync_request()
3740 conf->cluster_sync_low = sect_va2; in raid10_sync_request()
3746 conf->cluster_sync_low, in raid10_sync_request()
4814 conf->cluster_sync_low = sector_nr; in reshape_request()
4824 if (sb_reshape_pos < conf->cluster_sync_low) in reshape_request()
4825 conf->cluster_sync_low = sb_reshape_pos; in reshape_request()
4828 mddev->cluster_ops->resync_info_update(mddev, conf->cluster_sync_low, in reshape_request()