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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c173 static errno_t vnode_getiocount(vnode_t vp, int vid, int vflags);
1386 error = vnode_getiocount(vp, vpid, vflags);
3739 vnode_getiocount(vnode_t vp, int vid, int vflags) function
3781 msleep(&vp->v_iocount, &vp->v_lock, PVFS, "vnode_getiocount", NULL);

Completed in 33 milliseconds