Searched refs:stop_resync (Results 1 – 4 of 4) sorted by relevance
242 int (*stop_resync)(mddev_t *mddev); member
1837 if (mddev->pers->stop_resync) in do_md_stop()1838 if (mddev->pers->stop_resync(mddev)) in do_md_stop()3084 if (mddev->pers->stop_resync) in md_error()3085 mddev->pers->stop_resync(mddev); in md_error()3424 if (mddev->pers->stop_resync) in md_done_sync()3425 mddev->pers->stop_resync(mddev); in md_done_sync()
1882 stop_resync: raid1_stop_resync,
2020 stop_resync: raid5_stop_resync,