Searched refs:resync_start_notify (Results 1 – 3 of 3) sorted by relevance
19 int (*resync_start_notify)(struct mddev *mddev); member
1383 static int resync_start_notify(struct mddev *mddev) in resync_start_notify() function1634 .resync_start_notify = resync_start_notify,
9553 mddev->cluster_ops->resync_start_notify(mddev); in md_do_sync()