Home
last modified time | relevance | path

Searched refs:BINDTOV (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_subr.c147 if (a->bind_lowervp == lowervp && vnode_mount(BINDTOV(a)) == mp) { in bind_hashget()
148 vp = BINDTOV(a); in bind_hashget()
195 if (oxp->bind_lowervp == xp->bind_lowervp && vnode_mount(BINDTOV(oxp)) == mp) { in bind_hashins()
196 ovp = BINDTOV(oxp); in bind_hashins()
H A Dbindfs.h125 #define BINDTOV(xp) ((xp)->bind_vnode) macro