Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Draid1.h138 sector_t cluster_sync_low; member
Draid10.h108 sector_t cluster_sync_low; member
Draid10.c3258 conf->cluster_sync_high = conf->cluster_sync_low + window_size; in raid10_set_cluster_sync_high()
3334 conf->cluster_sync_low = 0; in raid10_sync_request()
3851 conf->cluster_sync_low = mddev->curr_resync_completed; in raid10_sync_request()
3855 conf->cluster_sync_low, in raid10_sync_request()
3880 if (conf->cluster_sync_low == 0 || in raid10_sync_request()
3881 conf->cluster_sync_low > sect_va2) in raid10_sync_request()
3882 conf->cluster_sync_low = sect_va2; in raid10_sync_request()
3888 conf->cluster_sync_low, in raid10_sync_request()
4956 conf->cluster_sync_low = sector_nr; in reshape_request()
4966 if (sb_reshape_pos < conf->cluster_sync_low) in reshape_request()
[all …]
Draid1.c2700 conf->cluster_sync_low = 0; in raid1_sync_request()
2926 conf->cluster_sync_low = mddev->curr_resync_completed; in raid1_sync_request()
2927 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request()
2930 conf->cluster_sync_low, in raid1_sync_request()