Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_cache.c1729 uint32_t vvid = 0; /* protected by vp != NULLVP */ in cache_lookup_path() local
1955 vvid = vid; in cache_lookup_path()
2009 vvid = vp->v_id; in cache_lookup_path()
2012 vp = cache_lookup_smr(dp, cnp, &vvid); in cache_lookup_path()
2020 vp = cache_lookup_locked(dp, cnp, &vvid); in cache_lookup_path()
2053 vvid = vnode_vid(vp); in cache_lookup_path()
2062 vvid = vnode_vid(vp); in cache_lookup_path()
2096 if (!(locked || vid_is_same(vp, vvid))) { in cache_lookup_path()
2112 vvid = tmp_vid; in cache_lookup_path()
2133 if (!(locked || vid_is_same(vp, vvid))) { in cache_lookup_path()
[all …]
H A Dvfs_syscalls.c12480 uint32_t vvid = vp->v_id; in handle_sync_volume() local
12524 error = vnode_getwithvid(vp, vvid); in handle_sync_volume()