Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/nullfs/
H A Dnull_subr.c155 if (a->null_lowervp == lowervp && vnode_mount(NULLTOV(a)) == mp) { in null_hashget()
195 hd = NULL_NHASH(xp->null_lowervp); in null_hashins()
199 if (oxp->null_lowervp == xp->null_lowervp && vnode_mount(NULLTOV(oxp)) == mp) { in null_hashins()
205 if (oxp->null_lowervid != vnode_vid(oxp->null_lowervp)) { in null_hashins()
257 xp->null_lowervp = lowervp; in null_nodecreate()
H A Dnullfs.h116 struct vnode * null_lowervp; /* VREFed once */ member
155 #define NULLVPTOLOWERVP(vp) (VTONULL(vp)->null_lowervp)
H A Dnull_vnops.c671 lowervp = xp->null_lowervp; in null_reclaim()