Home
last modified time | relevance | path

Searched refs:vvid (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/bsd/vfs/
H A Dvfs_cache.c1754 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()
[all …]
H A Dvfs_syscalls.c12545 uint32_t vvid = vp->v_id; in handle_sync_volume() local
12589 error = vnode_getwithvid(vp, vvid); in handle_sync_volume()