Home
last modified time | relevance | path

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

/freebsd/sys/geom/mirror/
H A Dg_mirror.c1905 if (sc->sc_rootmount != NULL) { in g_mirror_try_destroy()
1907 sc->sc_rootmount); in g_mirror_try_destroy()
1908 root_mount_rel(sc->sc_rootmount); in g_mirror_try_destroy()
1909 sc->sc_rootmount = NULL; in g_mirror_try_destroy()
2512 sc->sc_rootmount); in g_mirror_update_device()
2513 root_mount_rel(sc->sc_rootmount); in g_mirror_update_device()
2514 sc->sc_rootmount = NULL; in g_mirror_update_device()
2539 __LINE__, sc->sc_rootmount); in g_mirror_update_device()
2541 sc->sc_rootmount = NULL; in g_mirror_update_device()
2661 if (sc->sc_rootmount != NULL) { in g_mirror_update_device()
[all …]
H A Dg_mirror.h213 struct root_hold_token *sc_rootmount; member
/freebsd/sys/geom/raid3/
H A Dg_raid3.c2012 if (sc->sc_rootmount != NULL) { in g_raid3_try_destroy()
2014 sc->sc_rootmount); in g_raid3_try_destroy()
2015 root_mount_rel(sc->sc_rootmount); in g_raid3_try_destroy()
2016 sc->sc_rootmount = NULL; in g_raid3_try_destroy()
2531 sc->sc_rootmount = NULL; in g_raid3_update_device()
2674 if (sc->sc_rootmount != NULL) { in g_raid3_update_device()
2676 sc->sc_rootmount); in g_raid3_update_device()
2678 sc->sc_rootmount = NULL; in g_raid3_update_device()
2707 if (sc->sc_rootmount != NULL) { in g_raid3_update_device()
2709 sc->sc_rootmount); in g_raid3_update_device()
[all …]
H A Dg_raid3.h230 struct root_hold_token *sc_rootmount; member
/freebsd/sys/geom/journal/
H A Dg_journal.c2072 if (sc->sc_rootmount != NULL) { in g_journal_worker()
2073 GJ_DEBUG(1, "root_mount_rel %p", sc->sc_rootmount); in g_journal_worker()
2074 root_mount_rel(sc->sc_rootmount); in g_journal_worker()
2075 sc->sc_rootmount = NULL; in g_journal_worker()
2275 sc->sc_rootmount = root_mount_hold("GJOURNAL"); in g_journal_create()
2276 GJ_DEBUG(1, "root_mount_hold %p", sc->sc_rootmount); in g_journal_create()
2413 if (sc->sc_rootmount != NULL) { in g_journal_destroy()
2414 GJ_DEBUG(1, "root_mount_rel %p", sc->sc_rootmount); in g_journal_destroy()
2415 root_mount_rel(sc->sc_rootmount); in g_journal_destroy()
2416 sc->sc_rootmount = NULL; in g_journal_destroy()
H A Dg_journal.h149 struct root_hold_token *sc_rootmount; member