Searched refs:sc_orphaned (Results 1 – 3 of 3) sorted by relevance
54 int sc_orphaned; member152 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()
192 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()
64 int sc_orphaned; member