Searched refs:donebytes (Results 1 – 3 of 3) sorted by relevance
145 size_t donebytes; in ra_startio() local173 donebytes = orignpages << PAGE_SHIFT; in ra_startio()174 off += donebytes; in ra_startio()
359 int donebytes; local385 donebytes = bp->b_bufsize;387 nestiobuf_done(mbp, donebytes, error);
2076 int donebytes; in nestiobuf_iodone() 2091 donebytes = bp->b_bufsize;2094 nestiobuf_done(mbp, donebytes, error);2134 * => 'donebytes' specifies how many bytes in the 'mbp' is completed. in nestiobuf_done() 2135 * => 'error' is an errno(2) that 'donebytes' has been completed with. in nestiobuf_done() 2139 nestiobuf_done(buf_t *mbp, int donebytes, int error) in nestiobuf_done() 2142 if (donebytes == 0) { in nestiobuf_done() 2146 KASSERT(mbp->b_resid >= donebytes); in nestiobuf_done() 2147 mbp->b_resid -= donebytes; in nestiobuf_done() 2068 int donebytes; nestiobuf_iodone() local 2131 nestiobuf_done(buf_t * mbp,int donebytes,int error) nestiobuf_done() argument