Home
last modified time | relevance | path

Searched refs:stop_resync (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/raid/
Dmd_k.h242 int (*stop_resync)(mddev_t *mddev); member
/linux-2.4.37.9/drivers/md/
Dmd.c1837 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()
Draid1.c1882 stop_resync: raid1_stop_resync,
Draid5.c2020 stop_resync: raid5_stop_resync,