Searched refs:cluster_sync_low (Results 1 – 4 of 4) sorted by relevance
139 sector_t cluster_sync_low; member
109 sector_t cluster_sync_low; member
2867 conf->cluster_sync_high = conf->cluster_sync_low + window_size; in raid10_set_cluster_sync_high()2942 conf->cluster_sync_low = 0; in raid10_sync_request()3447 conf->cluster_sync_low = mddev->curr_resync_completed; in raid10_sync_request()3451 conf->cluster_sync_low, in raid10_sync_request()3476 if (conf->cluster_sync_low == 0 || in raid10_sync_request()3477 conf->cluster_sync_low > sect_va2) in raid10_sync_request()3478 conf->cluster_sync_low = sect_va2; in raid10_sync_request()3484 conf->cluster_sync_low, in raid10_sync_request()4584 conf->cluster_sync_low = sector_nr; in reshape_request()4594 if (sb_reshape_pos < conf->cluster_sync_low) in reshape_request()[all …]
2671 conf->cluster_sync_low = 0; in raid1_sync_request()2897 conf->cluster_sync_low = mddev->curr_resync_completed; in raid1_sync_request()2898 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request()2901 conf->cluster_sync_low, in raid1_sync_request()