Searched refs:v_rootmount (Results 1 – 2 of 2) sorted by relevance
1747 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", vol->v_rootmount); in g_raid_update_volume()1748 root_mount_rel(vol->v_rootmount); in g_raid_update_volume()1749 vol->v_rootmount = NULL; in g_raid_update_volume()1960 vol->v_rootmount = root_mount_hold("GRAID"); in g_raid_create_volume()1961 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", vol->v_rootmount); in g_raid_create_volume()2099 if (vol->v_rootmount) in g_raid_destroy_volume()2100 root_mount_rel(vol->v_rootmount); in g_raid_destroy_volume()
306 struct root_hold_token *v_rootmount; /* Root mount delay token. */ member