Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/miscfs/bindfs/
H A Dbind_subr.c182 struct bind_node * oxp; in bind_hashins() local
189 LIST_FOREACH(oxp, hd, bind_hash) in bind_hashins()
191 if (oxp->bind_lowervp == xp->bind_lowervp && vnode_mount(BINDTOV(oxp)) == mp) { in bind_hashins()
192 ovp = BINDTOV(oxp); in bind_hashins()
193 if (oxp->bind_lowervid != vnode_vid(oxp->bind_lowervp)) { in bind_hashins()
202 oxp_vid = oxp->bind_myvid; in bind_hashins()
/xnu-8020.140.41/bsd/miscfs/nullfs/
H A Dnull_subr.c186 struct null_node * oxp = NULL; in null_hashins() local
193 LIST_FOREACH(oxp, hd, null_hash) in null_hashins()
195 if (oxp->null_lowervp == xp->null_lowervp && vnode_mount(NULLTOV(oxp)) == mp) { in null_hashins()
200 ovp = NULLTOV(oxp); in null_hashins()
201 if (oxp->null_lowervid != vnode_vid(oxp->null_lowervp)) { in null_hashins()
210 oxp_vid = oxp->null_myvid; in null_hashins()