Searched refs:tmp_vp (Results 1 – 1 of 1) sorted by relevance
2093 vnode_t tmp_vp; in cache_lookup_path() local2100 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()