Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_vnops.c638 vnode_t tmp_vp; in vn_open_auth() local
645 error = vnode_getfromid(vap->va_fsid64.val[0], vap->va_fileid, ctx, FSOPT_ISREALFSID, &tmp_vp); in vn_open_auth()
650 if (tmp_vp != vp) { in vn_open_auth()
651 vnode_put(tmp_vp); in vn_open_auth()
655 vnode_put(tmp_vp); in vn_open_auth()
H A Dvfs_cache.c2143 vnode_t tmp_vp; in cache_lookup_path() local
2150 tmp_vp = mp->mnt_realrootvp; in cache_lookup_path()
2152 if (tmp_vp == NULLVP || mp->mnt_generation != mount_generation || in cache_lookup_path()
2153 tmp_vid != tmp_vp->v_id) { in cache_lookup_path()
2157 if ((mp = tmp_vp->v_mount) == NULL) { in cache_lookup_path()
2161 vp = tmp_vp; in cache_lookup_path()