Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cache.c1535 int vvid = 0; /* protected by vp != NULLVP */ in cache_lookup_path() local
1879 vvid = vp->v_id; in cache_lookup_path()
1951 if ((vnode_getwithvid_drainok(vp, vvid))) { in cache_lookup_path()
H A Dvfs_syscalls.c12314 uint32_t vvid = vp->v_id; in handle_sync_volume() local
12358 error = vnode_getwithvid(vp, vvid); in handle_sync_volume()