Lines Matching refs:vvid
1756 uint32_t vvid = 0; /* protected by vp != NULLVP */ in cache_lookup_path() local
1982 vvid = vid; in cache_lookup_path()
2036 vvid = vp->v_id; in cache_lookup_path()
2039 vp = cache_lookup_smr(dp, cnp, &vvid); in cache_lookup_path()
2047 vp = cache_lookup_locked(dp, cnp, &vvid); in cache_lookup_path()
2080 vvid = vnode_vid(vp); in cache_lookup_path()
2089 vvid = vnode_vid(vp); in cache_lookup_path()
2123 if (!(locked || vid_is_same(vp, vvid))) { in cache_lookup_path()
2139 vvid = tmp_vid; in cache_lookup_path()
2160 if (!(locked || vid_is_same(vp, vvid))) { in cache_lookup_path()
2166 vid = vvid; in cache_lookup_path()
2168 vvid = 0; in cache_lookup_path()
2180 vvid = 0; in cache_lookup_path()
2187 vvid = 0; in cache_lookup_path()
2194 vvid = vp->v_id; in cache_lookup_path()
2300 if ((vnode_getwithvid_drainok(vp, vvid))) { in cache_lookup_path()