Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Draid1.h139 sector_t cluster_sync_low; member
Draid10.h109 sector_t cluster_sync_low; member
Draid10.c2899 conf->cluster_sync_high = conf->cluster_sync_low + window_size; in raid10_set_cluster_sync_high()
2974 conf->cluster_sync_low = 0; in raid10_sync_request()
3478 conf->cluster_sync_low = mddev->curr_resync_completed; in raid10_sync_request()
3482 conf->cluster_sync_low, in raid10_sync_request()
3507 if (conf->cluster_sync_low == 0 || in raid10_sync_request()
3508 conf->cluster_sync_low > sect_va2) in raid10_sync_request()
3509 conf->cluster_sync_low = sect_va2; in raid10_sync_request()
3515 conf->cluster_sync_low, in raid10_sync_request()
Draid1.c2635 conf->cluster_sync_low = 0; in raid1_sync_request()
2861 conf->cluster_sync_low = mddev->curr_resync_completed; in raid1_sync_request()
2862 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request()
2865 conf->cluster_sync_low, in raid1_sync_request()