Home
last modified time | relevance | path

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

/original-bsd/sys/miscfs/union/
H A Dunion.h51 struct vnode *un_pvp; /* Parent vnode */ member
H A Dunion_subr.c458 un->un_pvp = undvp;
511 if (un->un_pvp != NULLVP)
512 vrele(un->un_pvp);
H A Dunion_vnops.c250 if ((cnp->cn_flags & ISDOTDOT) && dun->un_pvp != NULLVP) {
251 lowervp = LOWERVP(dun->un_pvp);