nfs_clbio.c | 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, function in typeref:typename:int 1592 KASSERT(!(bp->b_flags & B_DONE), ("ncl_doio: bp %p already marked done", bp)); 1623 /* ASSERT_VOP_LOCKED(vp, "ncl_doio"); */ [all...] |