Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Dmd-cluster.h15 int (*resync_info_update)(struct mddev *mddev, sector_t lo, sector_t hi); member
Dmd-cluster.c882 static int resync_info_update(struct mddev *mddev, sector_t lo, sector_t hi) in resync_info_update() function
902 return resync_info_update(mddev, 0, 0); in resync_finish()
1027 .resync_info_update = resync_info_update,
Draid1.c2738 md_cluster_ops->resync_info_update(mddev, in sync_request()