Home
last modified time | relevance | path

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

/trueos/sys/geom/
HDgeom_vfs.c54 int sc_orphaned; member
152 destroy = ((--sc->sc_active) == 0 && sc->sc_orphaned); in g_vfs_done()
174 if (sc->sc_orphaned) { in g_vfs_strategy()
213 sc->sc_orphaned = 1; in g_vfs_orphan()
281 if (!sc->sc_orphaned || cp->provider == NULL) in g_vfs_close()
/trueos/sys/geom/mountver/
HDg_mountver.c192 if (sc->sc_orphaned || !TAILQ_EMPTY(&sc->sc_queue)) { in g_mountver_start()
195 if (!sc->sc_orphaned) in g_mountver_start()
223 if (sc->sc_orphaned) in g_mountver_access()
455 sc->sc_orphaned = 1; in g_mountver_orphan()
535 if (sc->sc_orphaned && strcmp(pp->name, sc->sc_provider_name) == 0) in g_mountver_taste()
557 sc->sc_orphaned = 0; in g_mountver_taste()
602 sc->sc_orphaned ? "OFFLINE" : "ONLINE"); in g_mountver_dumpconf()
HDg_mountver.h64 int sc_orphaned; member