Home
last modified time | relevance | path

Searched refs:cluster_sync_low (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/
H A Draid10.h103 sector_t cluster_sync_low; member
H A Draid10.c3106 conf->cluster_sync_high = conf->cluster_sync_low + window_size; in raid10_set_cluster_sync_high()
3174 conf->cluster_sync_low = 0; in raid10_sync_request()
3646 conf->cluster_sync_low = mddev->curr_resync_completed; in raid10_sync_request()
3650 conf->cluster_sync_low, in raid10_sync_request()
3675 if (conf->cluster_sync_low == 0 || in raid10_sync_request()
3676 conf->cluster_sync_low > sect_va2) in raid10_sync_request()
3677 conf->cluster_sync_low = sect_va2; in raid10_sync_request()
3683 conf->cluster_sync_low, in raid10_sync_request()
4765 conf->cluster_sync_low = sector_nr; in reshape_request()
4775 if (sb_reshape_pos < conf->cluster_sync_low) in reshape_request()
[all …]
H A Draid1.c2784 conf->cluster_sync_low = 0; in raid1_sync_request()
3005 conf->cluster_sync_low = mddev->curr_resync_completed; in raid1_sync_request()
3006 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request()
3009 conf->cluster_sync_low, in raid1_sync_request()