Lines Matching defs:iobytes
1973 size_t bytes, iobytes, skipbytes;
2133 offset += iobytes, bytes -= iobytes) {
2145 iobytes = MIN((((off_t)lbn + 1 + run) << fs_bshift) - offset,
2148 skipbytes += iobytes;
2168 iobytes = MIN(iobytes, (sp->seg_bytes_left >> fs_bshift)
2170 iobytes = MIN(iobytes, (sp->sum_bytes_left / sizeof(int32_t))
2172 KASSERT(iobytes > 0);
2175 if (offset == startoffset && iobytes == bytes) {
2190 nestiobuf_setup(mbp, bp, offset - pg->offset, iobytes);