Home
last modified time | relevance | path

Searched refs:v_rootmount (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/geom/raid/
H A Dg_raid.c1746 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", vol->v_rootmount); in g_raid_update_volume()
1747 root_mount_rel(vol->v_rootmount); in g_raid_update_volume()
1748 vol->v_rootmount = NULL; in g_raid_update_volume()
1959 vol->v_rootmount = root_mount_hold("GRAID"); in g_raid_create_volume()
1960 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", vol->v_rootmount); in g_raid_create_volume()
2098 if (vol->v_rootmount) in g_raid_destroy_volume()
2099 root_mount_rel(vol->v_rootmount); in g_raid_destroy_volume()
H A Dg_raid.h278 struct root_hold_token *v_rootmount; /* Root mount delay token. */ member