Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/miscfs/bindfs/
H A Dbind_subr.c183 struct vnode * ovp = NULL; in bind_hashins() local
192 ovp = BINDTOV(oxp); in bind_hashins()
200 ovp = NULL; in bind_hashins()
213 if (ovp != NULL) { in bind_hashins()
215 error = vnode_getwithvid(ovp, oxp_vid); in bind_hashins()
217 *vpp = ovp; in bind_hashins()
/xnu-8020.140.41/bsd/miscfs/nullfs/
H A Dnull_subr.c187 struct vnode * ovp = NULL; in null_hashins() local
200 ovp = NULLTOV(oxp); in null_hashins()
208 ovp = NULL; in null_hashins()
221 if (ovp != NULL) { in null_hashins()
223 error = vnode_getwithvid(ovp, oxp_vid); in null_hashins()
225 *vpp = ovp; in null_hashins()