Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/md/
Dmd-cluster.h17 int (*resync_start_notify)(struct mddev *mddev); member
Dmd-cluster.c1378 static int resync_start_notify(struct mddev *mddev) in resync_start_notify() function
1622 .resync_start_notify = resync_start_notify,
Dmd.c9012 md_cluster_ops->resync_start_notify(mddev); in md_do_sync()