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

/freebsd-12-stable/sys/fs/unionfs/
H A Dunion_vnops.c1113 struct vnode *ltdvp; local
1136 ltdvp = NULLVP;
1223 UNIONFS_INTERNAL_DEBUG("tdvp=%p, utdvp=%p, ltdvp=%p\n", tdvp, unp->un_uppervp, unp->un_lowervp);
1230 ltdvp = unp->un_lowervp;
1284 if (ltdvp != NULLVP)
1285 VOP_UNLOCK(ltdvp, LK_RELEASE);

Completed in 54 milliseconds