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

/freebsd-9.3-release/sys/fs/unionfs/
H A Dunion_subr.c202 * uppervp and lowervp should be unlocked. Because if new unionfs vnode is
203 * locked, uppervp or lowervp is locked too. In order to prevent dead lock,
207 unionfs_nodeget(struct mount *mp, struct vnode *uppervp, argument
225 if (uppervp == NULLVP && lowervp == NULLVP)
228 vt = (uppervp != NULLVP ? uppervp->v_type : lowervp->v_type);
236 vp = unionfs_get_cached_vnode(uppervp, lowervp, dvp, path);
244 if ((uppervp == NULLVP || ump->um_uppervp != uppervp) ||
271 if (uppervp !
[all...]
H A Dunion.h109 int unionfs_nodeget(struct mount *mp, struct vnode *uppervp, struct vnode *lowervp, struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct thread *td);

Completed in 42 milliseconds