Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_cache.c2093 vnode_t tmp_vp; in cache_lookup_path() local
2100 tmp_vp = mp->mnt_realrootvp; in cache_lookup_path()
2102 if (tmp_vp == NULLVP || mp->mnt_generation != mount_generation || in cache_lookup_path()
2103 tmp_vid != tmp_vp->v_id) { in cache_lookup_path()
2107 if ((mp = tmp_vp->v_mount) == NULL) { in cache_lookup_path()
2111 vp = tmp_vp; in cache_lookup_path()