Searched refs:old_vp (Results 1 – 1 of 1) sorted by relevance
198 vnode_t *old_vp; in vncache_enter() local231 old_vp = avl_find(&vncache_avl, new_vp, &where); in vncache_enter()232 if (old_vp != NULL) in vncache_enter()233 vn_hold(old_vp); in vncache_enter()239 if (old_vp != NULL) { in vncache_enter()241 return (old_vp); in vncache_enter()