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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c980 int vvid = 0; /* protected by vp != NULLVP */ local
1204 vvid = vp->v_id;
1262 if ( (vnode_getwithvid_drainok(vp, vvid)) ) {
H A Dvfs_syscalls.c8408 uint32_t vvid = vp->v_id; local
8432 error = vnode_getwithvid (vp, vvid);

Completed in 44 milliseconds