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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h213 #define VL_TERMWANT 0x0008 /* there's a waiter for recycle finish (vnode_getiocount)*/
511 errno_t vnode_getiocount(vnode_t, unsigned int, int);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_vnops.c1762 if (vnode_getiocount(vp, kn->kn_hookid, VNODE_NODEAD | VNODE_WITHID) != 0) {
H A Dvfs_subr.c1553 error = vnode_getiocount(vp, vid, vflags);
4437 vnode_getiocount(vnode_t vp, unsigned int vid, int vflags) function
4510 msleep(&vp->v_iocount, &vp->v_lock, PVFS, "vnode_getiocount", NULL);

Completed in 87 milliseconds