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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h185 #define LOWERVP(vp) (VTOUNION(vp)->un_lowervp) macro
187 #define OTHERVP(vp) (UPPERVP(vp) ? UPPERVP(vp) : LOWERVP(vp))
H A Dunion_vnops.c189 dvp = *ap->a_vpp = LOWERVP(ap->a_dvp);
311 lowervp = LOWERVP(dun->un_pvp);
944 if (LOWERVP(vp))
945 VNOP_REVOKE(LOWERVP(vp), ap->a_flags, ap->a_context);
1536 (buf_vnode(bp) == LOWERVP(savedvp)))

Completed in 29 milliseconds