Home
last modified time | relevance | path

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

/freebsd/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