Home
last modified time | relevance | path

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

/src/sys/geom/mountver/
H A Dg_mountver.c126 if (--cp->index == 0 && sc->sc_orphaned) in g_mountver_done()
180 while ((bp = TAILQ_FIRST(&sc->sc_queue)) != NULL && !sc->sc_orphaned) { in g_mountver_send_queued()
225 if (sc->sc_orphaned || !TAILQ_EMPTY(&sc->sc_queue)) { in g_mountver_start()
234 if (!sc->sc_orphaned) in g_mountver_start()
263 if (sc->sc_orphaned) in g_mountver_access()
499 sc->sc_orphaned = 1; in g_mountver_orphan()
580 if (sc->sc_orphaned && strcmp(pp->name, sc->sc_provider_name) == 0) in g_mountver_taste()
606 sc->sc_orphaned = 0; in g_mountver_taste()
652 sc->sc_orphaned ? "OFFLINE" : "ONLINE"); in g_mountver_dumpconf()
671 if (sc->sc_orphaned) in g_mountver_shutdown_pre_sync()
H A Dg_mountver.h49 int sc_orphaned; member
/src/sys/geom/
H A Dgeom_vfs.c57 bool sc_orphaned; member
172 destroy = ((--sc->sc_active) == 0 && sc->sc_orphaned); in g_vfs_done()
199 if (sc->sc_orphaned || sc->sc_enxio_active) { in g_vfs_strategy()
249 sc->sc_orphaned = true; in g_vfs_orphan()
336 if (!sc->sc_orphaned || cp->provider == NULL) in g_vfs_close()