Lines Matching defs:bytes
650 if (io->bytes >= 0 && io->write)
653 return io->bytes < 0 ? io->size : io->bytes;
679 else if (pos >= 0 && (io->bytes < 0 || pos < io->bytes))
680 io->bytes = pos;
1181 size_t bytes = min_t(size_t, PAGE_SIZE - offset,
1184 bytes = min_t(size_t, bytes, fc->max_write - count);
1188 if (fault_in_iov_iter_readable(ii, bytes))
1199 tmp = copy_page_from_iter_atomic(page, offset, bytes, ii);
1373 size_t nbytes = 0; /* # bytes already packed in req */
2168 /* Reached max write bytes */
2376 /* Zero any unwritten bytes at the end of the page */
2912 io->bytes = -1;