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()
2047 vvid = vp->v_id; in cache_lookup_path()
2050 vp = cache_lookup_smr(dp, cnp, &vvid); in cache_lookup_path()
2058 vp = cache_lookup_locked(dp, cnp, &vvid); in cache_lookup_path()
2091 vvid = vnode_vid(vp); in cache_lookup_path()
2100 vvid = vnode_vid(vp); in cache_lookup_path()
2134 if (!(locked || vid_is_same(vp, vvid))) { in cache_lookup_path()
2150 vvid = tmp_vid; in cache_lookup_path()
2171 if (!(locked || vid_is_same(vp, vvid))) { in cache_lookup_path()
2177 vid = vvid; in cache_lookup_path()
2179 vvid = 0; in cache_lookup_path()
2191 vvid = 0; in cache_lookup_path()
2198 vvid = 0; in cache_lookup_path()
2205 vvid = vp->v_id; in cache_lookup_path()
2311 if ((vnode_getwithvid_drainok(vp, vvid))) { in cache_lookup_path()