Searched refs:sc_rootmount (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/geom/raid3/
H A Dg_raid3.c1992 if (sc->sc_rootmount != NULL) {
1994 sc->sc_rootmount);
1995 root_mount_rel(sc->sc_rootmount);
1996 sc->sc_rootmount = NULL;
2497 __LINE__, sc->sc_rootmount);
2498 root_mount_rel(sc->sc_rootmount);
2499 sc->sc_rootmount = NULL;
2642 if (sc->sc_rootmount != NULL) {
2644 sc->sc_rootmount);
2645 root_mount_rel(sc->sc_rootmount);
[all...]
H A Dg_raid3.h246 struct root_hold_token *sc_rootmount; member in struct:g_raid3_softc
/freebsd-10.1-release/sys/geom/mirror/
H A Dg_mirror.c1748 if (sc->sc_rootmount != NULL) {
1750 sc->sc_rootmount);
1751 root_mount_rel(sc->sc_rootmount);
1752 sc->sc_rootmount = NULL;
2234 sc->sc_rootmount);
2235 root_mount_rel(sc->sc_rootmount);
2236 sc->sc_rootmount = NULL;
2261 __LINE__, sc->sc_rootmount);
2262 root_mount_rel(sc->sc_rootmount);
2263 sc->sc_rootmount
[all...]
H A Dg_mirror.h215 struct root_hold_token *sc_rootmount; member in struct:g_mirror_softc
/freebsd-10.1-release/sys/geom/journal/
H A Dg_journal.c2114 if (sc->sc_rootmount != NULL) {
2115 GJ_DEBUG(1, "root_mount_rel %p", sc->sc_rootmount);
2116 root_mount_rel(sc->sc_rootmount);
2117 sc->sc_rootmount = NULL;
2317 sc->sc_rootmount = root_mount_hold("GJOURNAL");
2318 GJ_DEBUG(1, "root_mount_hold %p", sc->sc_rootmount);
2451 if (sc->sc_rootmount != NULL) {
2452 GJ_DEBUG(1, "root_mount_rel %p", sc->sc_rootmount);
2453 root_mount_rel(sc->sc_rootmount);
2454 sc->sc_rootmount
[all...]
H A Dg_journal.h167 struct root_hold_token *sc_rootmount; member in struct:g_journal_softc

Completed in 73 milliseconds