Lines Matching defs:iobytes
2074 size_t bytes, iobytes, skipbytes;
2234 offset += iobytes, bytes -= iobytes) {
2246 iobytes = MIN((((off_t)lbn + 1 + run) << fs_bshift) - offset,
2249 skipbytes += iobytes;
2269 iobytes = MIN(iobytes, (sp->seg_bytes_left >> fs_bshift)
2271 iobytes = MIN(iobytes, (sp->sum_bytes_left / sizeof(int32_t))
2273 KASSERT(iobytes > 0);
2276 if (offset == startoffset && iobytes == bytes) {
2291 nestiobuf_setup(mbp, bp, offset - pg->offset, iobytes);