Searched refs:v_rootmount (Results 1 – 2 of 2) sorted by relevance
1780 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", vol->v_rootmount); in g_raid_update_volume()1781 root_mount_rel(vol->v_rootmount); in g_raid_update_volume()1782 vol->v_rootmount = NULL; in g_raid_update_volume()1993 vol->v_rootmount = root_mount_hold("GRAID"); in g_raid_create_volume()1994 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", vol->v_rootmount); in g_raid_create_volume()2132 if (vol->v_rootmount) in g_raid_destroy_volume()2133 root_mount_rel(vol->v_rootmount); in g_raid_destroy_volume()
304 struct root_hold_token *v_rootmount; /* Root mount delay token. */ member