Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/vfs/
H A Dvfs_cache.c1516 int vvid = 0; /* protected by vp != NULLVP */ in cache_lookup_path() local
1860 vvid = vp->v_id; in cache_lookup_path()
1927 if ((vnode_getwithvid_drainok(vp, vvid))) { in cache_lookup_path()
H A Dvfs_syscalls.c11751 uint32_t vvid = vp->v_id; in handle_sync_volume() local
11794 error = vnode_getwithvid(vp, vvid); in handle_sync_volume()