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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h148 struct vnode *un_pvp; /* Parent vnode */ member in struct:union_node
H A Dunion_subr.c626 un->un_pvp = undvp;
738 if (un->un_pvp != NULLVP)
739 vnode_put(un->un_pvp);
H A Dunion_vnops.c310 if ((cnp->cn_flags & ISDOTDOT) && dun->un_pvp != NULLVP) {
311 lowervp = LOWERVP(dun->un_pvp);

Completed in 30 milliseconds