Home | History | Annotate | Download | only in client

Lines Matching defs:ncl_doio

519 		    error = ncl_doio(vp, bp, cred, td, 0);
548 error = ncl_doio(vp, bp, cred, td, 0);
574 error = ncl_doio(vp, bp, cred, td, 0);
603 error = ncl_doio(vp, bp, cred, td, 0);
1095 error = ncl_doio(vp, bp, cred, td, 0);
1253 * the buffer. ncl_doio() clears B_INVAL (and ncl_asyncio() clears it
1372 * is eventually dequeued by the async daemon, ncl_doio() *will*.
1564 ncl_doio(struct vnode *vp, struct buf *bp, struct ucred *cr, struct thread *td,
1592 KASSERT(!(bp->b_flags & B_DONE), ("ncl_doio: bp %p already marked done", bp));
1623 /* ASSERT_VOP_LOCKED(vp, "ncl_doio"); */
1658 printf("ncl_doio: type %x unexpected\n", vp->v_type);