Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/vfs/
H A Dvfs_cache.c2118 vnode_t tmp_vp; in cache_lookup_path() local
2125 tmp_vp = mp->mnt_realrootvp; in cache_lookup_path()
2127 if (tmp_vp == NULLVP || mp->mnt_generation != mount_generation || in cache_lookup_path()
2128 tmp_vid != tmp_vp->v_id) { in cache_lookup_path()
2132 if ((mp = tmp_vp->v_mount) == NULL) { in cache_lookup_path()
2136 vp = tmp_vp; in cache_lookup_path()