Home
last modified time | relevance | path

Searched refs:G_RAID_DESTROY_DELAYED (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/geom/raid/
Dg_raid.h462 #define G_RAID_DESTROY_DELAYED 1 macro
Dg_raid.c1885 if (sc->sc_stopping == G_RAID_DESTROY_DELAYED && in g_raid_access()
2208 case G_RAID_DESTROY_DELAYED: in g_raid_destroy()
2211 sc->sc_stopping = G_RAID_DESTROY_DELAYED; in g_raid_destroy()
2507 g_raid_destroy(sc, G_RAID_DESTROY_DELAYED); in g_raid_shutdown_post_sync()