Lines Matching refs:vvid
1754 uint32_t vvid = 0; /* protected by vp != NULLVP */ in cache_lookup_path() local
1980 vvid = vid; in cache_lookup_path()
2034 vvid = vp->v_id; in cache_lookup_path()
2037 vp = cache_lookup_smr(dp, cnp, &vvid); in cache_lookup_path()
2045 vp = cache_lookup_locked(dp, cnp, &vvid); in cache_lookup_path()
2078 vvid = vnode_vid(vp); in cache_lookup_path()
2087 vvid = vnode_vid(vp); in cache_lookup_path()
2121 if (!(locked || vid_is_same(vp, vvid))) { in cache_lookup_path()
2137 vvid = tmp_vid; in cache_lookup_path()
2158 if (!(locked || vid_is_same(vp, vvid))) { in cache_lookup_path()
2164 vid = vvid; in cache_lookup_path()
2166 vvid = 0; in cache_lookup_path()
2178 vvid = 0; in cache_lookup_path()
2185 vvid = 0; in cache_lookup_path()
2192 vvid = vp->v_id; in cache_lookup_path()
2298 if ((vnode_getwithvid_drainok(vp, vvid))) { in cache_lookup_path()