Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/geom/mirror/
Dg_mirror.c1857 if (sc->sc_rootmount != NULL) { in g_mirror_try_destroy()
1859 sc->sc_rootmount); in g_mirror_try_destroy()
1860 root_mount_rel(sc->sc_rootmount); in g_mirror_try_destroy()
1861 sc->sc_rootmount = NULL; in g_mirror_try_destroy()
2394 sc->sc_rootmount); in g_mirror_update_device()
2395 root_mount_rel(sc->sc_rootmount); in g_mirror_update_device()
2396 sc->sc_rootmount = NULL; in g_mirror_update_device()
2421 __LINE__, sc->sc_rootmount); in g_mirror_update_device()
2422 root_mount_rel(sc->sc_rootmount); in g_mirror_update_device()
2423 sc->sc_rootmount = NULL; in g_mirror_update_device()
[all …]
Dg_mirror.h227 struct root_hold_token *sc_rootmount; member
/freebsd-12-stable/sys/geom/raid3/
Dg_raid3.c1984 if (sc->sc_rootmount != NULL) { in g_raid3_try_destroy()
1986 sc->sc_rootmount); in g_raid3_try_destroy()
1987 root_mount_rel(sc->sc_rootmount); in g_raid3_try_destroy()
1988 sc->sc_rootmount = NULL; in g_raid3_try_destroy()
2488 __LINE__, sc->sc_rootmount); in g_raid3_update_device()
2489 root_mount_rel(sc->sc_rootmount); in g_raid3_update_device()
2490 sc->sc_rootmount = NULL; in g_raid3_update_device()
2633 if (sc->sc_rootmount != NULL) { in g_raid3_update_device()
2635 sc->sc_rootmount); in g_raid3_update_device()
2636 root_mount_rel(sc->sc_rootmount); in g_raid3_update_device()
[all …]
Dg_raid3.h248 struct root_hold_token *sc_rootmount; member
/freebsd-12-stable/sys/geom/journal/
Dg_journal.c2066 if (sc->sc_rootmount != NULL) { in g_journal_worker()
2067 GJ_DEBUG(1, "root_mount_rel %p", sc->sc_rootmount); in g_journal_worker()
2068 root_mount_rel(sc->sc_rootmount); in g_journal_worker()
2069 sc->sc_rootmount = NULL; in g_journal_worker()
2269 sc->sc_rootmount = root_mount_hold("GJOURNAL"); in g_journal_create()
2270 GJ_DEBUG(1, "root_mount_hold %p", sc->sc_rootmount); in g_journal_create()
2407 if (sc->sc_rootmount != NULL) { in g_journal_destroy()
2408 GJ_DEBUG(1, "root_mount_rel %p", sc->sc_rootmount); in g_journal_destroy()
2409 root_mount_rel(sc->sc_rootmount); in g_journal_destroy()
2410 sc->sc_rootmount = NULL; in g_journal_destroy()
Dg_journal.h169 struct root_hold_token *sc_rootmount; member