Lines Matching refs:vvid
1763 uint32_t vvid = 0; /* protected by vp != NULLVP */ in cache_lookup_path() local
1989 vvid = vid; in cache_lookup_path()
2043 vvid = vp->v_id; in cache_lookup_path()
2046 vp = cache_lookup_smr(dp, cnp, &vvid); in cache_lookup_path()
2054 vp = cache_lookup_locked(dp, cnp, &vvid); in cache_lookup_path()
2087 vvid = vnode_vid(vp); in cache_lookup_path()
2096 vvid = vnode_vid(vp); in cache_lookup_path()
2130 if (!(locked || vid_is_same(vp, vvid))) { in cache_lookup_path()
2146 vvid = tmp_vid; in cache_lookup_path()
2167 if (!(locked || vid_is_same(vp, vvid))) { in cache_lookup_path()
2173 vid = vvid; in cache_lookup_path()
2175 vvid = 0; in cache_lookup_path()
2187 vvid = 0; in cache_lookup_path()
2194 vvid = 0; in cache_lookup_path()
2201 vvid = vp->v_id; in cache_lookup_path()
2307 if ((vnode_getwithvid_drainok(vp, vvid))) { in cache_lookup_path()