HomeSort by: relevance | last modified time | path
    Searched refs:LOWERVP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/union/
union.h 131 int un_openl; /* v: # of opens on lowervp */
170 #define LOWERVP(vp) (VTOUNION(vp)->un_lowervp)
172 #define OTHERVP(vp) (UPPERVP(vp) ? UPPERVP(vp) : LOWERVP(vp))
union_vnops.c 214 lowerdvp = LOWERVP(ap->a_dvp);
328 struct vnode *uppervp, *lowervp; local in function:union_lookup
343 dvp = *ap->a_vpp = LOWERVP(ap->a_dvp);
361 lowervp = NULLVP;
413 * `..' processing) because we don't futz with lowervp
417 &lowervp, cnp);
422 if (lowervp != lowerdvp)
427 lowervp = LOWERVP(dun->un_pvp);
428 if (lowervp != NULLVP)
    [all...]

Completed in 12 milliseconds