Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid1.h119 sector_t cluster_sync_low; member
H A Draid10.h108 sector_t cluster_sync_low; member
H A Draid10.c3100 * range [cluster_sync_low, cluster_sync_high] to suspend list.
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()
3568 * time, and we will set cluster_sync_low based on it. 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()
[all...]
H A Draid1.c2816 conf->cluster_sync_low = 0; in raid1_sync_request()
3040 conf->cluster_sync_low = mddev->curr_resync_completed; in raid1_sync_request()
3041 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request()
3044 conf->cluster_sync_low, in raid1_sync_request()