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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_subr.c251 if (un->un_dirvp) {
252 freedirvp = un->un_dirvp;
253 un->un_dirvp = NULLVP;
585 un->un_dirvp = dvp;
694 un->un_dirvp = dvp;
698 un->un_dirvp = 0;
744 if (un->un_dirvp != NULLVP)
745 vnode_put(un->un_dirvp);
1275 vnode_get(un->un_dirvp);
1276 if ((error = relookup(un->un_dirvp,
[all...]
H A Dunion.h147 struct vnode *un_dirvp; /* Parent dir of uppervp */ member in struct:union_node
H A Dunion_vnops.c1098 if (un->un_uppervp == tun->un_dirvp) {

Completed in 31 milliseconds