Searched refs:ltvp (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/fs/unionfs/
H A Dunion_vnops.c1114 struct vnode *ltvp; local
1137 ltvp = NULLVP;
1239 UNIONFS_INTERNAL_DEBUG("tvp=%p, utvp=%p, ltvp=%p\n", tvp, unp->un_uppervp, unp->un_lowervp);
1249 ltvp = unp->un_lowervp;
1288 if (ltvp != NULLVP)
1289 VOP_UNLOCK(ltvp, LK_RELEASE);

Completed in 52 milliseconds