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