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

/freebsd-9.3-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-9.3-release/sys/geom/mirror/
H A Dg_mirror.c1728 if (sc->sc_rootmount != NULL) {
1730 sc->sc_rootmount);
1731 root_mount_rel(sc->sc_rootmount);
1732 sc->sc_rootmount = NULL;
2214 sc->sc_rootmount);
2215 root_mount_rel(sc->sc_rootmount);
2216 sc->sc_rootmount = NULL;
2241 __LINE__, sc->sc_rootmount);
2242 root_mount_rel(sc->sc_rootmount);
2243 sc->sc_rootmount
[all...]
H A Dg_mirror.h215 struct root_hold_token *sc_rootmount; member in struct:g_mirror_softc
/freebsd-9.3-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 81 milliseconds