Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Draid1.h139 sector_t cluster_sync_low; member
H A Draid10.h109 sector_t cluster_sync_low; member
H A Draid10.c2853 conf->cluster_sync_high = conf->cluster_sync_low + window_size; in raid10_set_cluster_sync_high()
2928 conf->cluster_sync_low = 0; in raid10_sync_request()
3433 conf->cluster_sync_low = mddev->curr_resync_completed; in raid10_sync_request()
3437 conf->cluster_sync_low, in raid10_sync_request()
3462 if (conf->cluster_sync_low == 0 || in raid10_sync_request()
3463 conf->cluster_sync_low > sect_va2) in raid10_sync_request()
3464 conf->cluster_sync_low = sect_va2; in raid10_sync_request()
3470 conf->cluster_sync_low, in raid10_sync_request()
4562 conf->cluster_sync_low = sector_nr; in reshape_request()
4572 if (sb_reshape_pos < conf->cluster_sync_low) in reshape_request()
[all …]
H A Draid1.c2653 conf->cluster_sync_low = 0; in raid1_sync_request()
2879 conf->cluster_sync_low = mddev->curr_resync_completed; in raid1_sync_request()
2880 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request()
2883 conf->cluster_sync_low, in raid1_sync_request()