Home
last modified time | relevance | path

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

/freebsd/sys/fs/unionfs/
H A Dunion_subr.c299 unionfs_nodeget(struct mount *mp, struct vnode *uppervp, in unionfs_nodeget() argument
318 if (uppervp == NULLVP && lowervp == NULLVP) in unionfs_nodeget()
321 vt = (uppervp != NULLVP ? uppervp->v_type : lowervp->v_type); in unionfs_nodeget()
329 vp = unionfs_get_cached_vnode(uppervp, lowervp, dvp); in unionfs_nodeget()
348 if (uppervp != NULLVP) in unionfs_nodeget()
349 vref(uppervp); in unionfs_nodeget()
361 unp->un_uppervp = uppervp; in unionfs_nodeget()
364 if (uppervp != NULLVP) in unionfs_nodeget()
365 vp->v_vnlock = uppervp->v_vnlock; in unionfs_nodeget()
387 if (ump->um_uppervp == uppervp || ump->um_lowervp == lowervp) in unionfs_nodeget()
[all …]