Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/miscfs/bindfs/
H A Dbind_subr.c187 struct vnode * ovp = NULL; in bind_hashins() local
196 ovp = BINDTOV(oxp); in bind_hashins()
204 ovp = NULL; in bind_hashins()
216 if (ovp) { in bind_hashins()
217 vnode_hold(ovp); in bind_hashins()
220 if (ovp != NULL) { in bind_hashins()
222 error = vnode_getwithvid(ovp, oxp_vid); in bind_hashins()
224 *vpp = ovp; in bind_hashins()
226 vnode_drop(ovp); in bind_hashins()
/xnu-12377.81.4/bsd/miscfs/nullfs/
H A Dnull_subr.c191 struct vnode * ovp = NULL; in null_hashins() local
204 ovp = NULLTOV(oxp); in null_hashins()
212 ovp = NULL; in null_hashins()
224 if (ovp != NULL) { in null_hashins()
225 vnode_hold(ovp); in null_hashins()
228 if (ovp != NULL) { in null_hashins()
230 error = vnode_getwithvid(ovp, oxp_vid); in null_hashins()
232 *vpp = ovp; in null_hashins()
234 vnode_drop(ovp); in null_hashins()