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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c200 static errno_t vnode_drain(vnode_t);
4376 * xxx is this sufficient to check if a vnode_drain is
4404 vnode_drain(vnode_t vp) function
4408 panic("vnode_drain: recursive drain");
4415 msleep(&vp->v_iocount, &vp->v_lock, PVFS, "vnode_drain", NULL);
4564 vnode_drain(vp);

Completed in 183 milliseconds