Lines Matching defs:iobytes
586 size_t bytes, iobytes, tailstart, tailbytes, totalbytes, skipbytes;
654 offset += iobytes, bytes -= iobytes) {
706 iobytes = MIN((((off_t)lbn + 1 + run) << fs_bshift) - offset,
708 if (offset + iobytes > round_page(offset)) {
716 iobytes = MIN(iobytes, (pcount << PAGE_SHIFT) -
727 int holepages = (round_page(offset + iobytes) -
733 iobytes);
734 skipbytes += iobytes;
752 if (offset == startoffset && iobytes == bytes) {
758 nestiobuf_setup(mbp, bp, offset - startoffset, iobytes);
1441 size_t bytes, iobytes, skipbytes;
1505 offset += iobytes, bytes -= iobytes) {
1532 iobytes = MIN((((off_t)lbn + 1 + run) << fs_bshift) - offset,
1544 iobytes);
1546 skipbytes += iobytes;
1556 if (offset == startoffset && iobytes == bytes) {
1562 nestiobuf_setup(mbp, bp, offset - startoffset, iobytes);