Lines Matching refs:vvid
1717 uint32_t vvid = 0; /* protected by vp != NULLVP */ in cache_lookup_path() local
1943 vvid = vid; in cache_lookup_path()
1997 vvid = vp->v_id; in cache_lookup_path()
2000 vp = cache_lookup_smr(dp, cnp, &vvid); in cache_lookup_path()
2008 vp = cache_lookup_locked(dp, cnp, &vvid); in cache_lookup_path()
2041 vvid = vnode_vid(vp); in cache_lookup_path()
2050 vvid = vnode_vid(vp); in cache_lookup_path()
2084 if (!(locked || vid_is_same(vp, vvid))) { in cache_lookup_path()
2100 vvid = tmp_vid; in cache_lookup_path()
2121 if (!(locked || vid_is_same(vp, vvid))) { in cache_lookup_path()
2127 vid = vvid; in cache_lookup_path()
2129 vvid = 0; in cache_lookup_path()
2141 vvid = 0; in cache_lookup_path()
2148 vvid = 0; in cache_lookup_path()
2155 vvid = vp->v_id; in cache_lookup_path()
2261 if ((vnode_getwithvid_drainok(vp, vvid))) { in cache_lookup_path()