Searched refs:tmp_vp (Results 1 – 1 of 1) sorted by relevance
2081 vnode_t tmp_vp; in cache_lookup_path() local2088 tmp_vp = mp->mnt_realrootvp; in cache_lookup_path()2090 if (tmp_vp == NULLVP || mp->mnt_generation != mount_generation || in cache_lookup_path()2091 tmp_vid != tmp_vp->v_id) { in cache_lookup_path()2095 if ((mp = tmp_vp->v_mount) == NULL) { in cache_lookup_path()2099 vp = tmp_vp; in cache_lookup_path()