Lines Matching defs:bytes
21 * correct unaligned requests from applications. All requested bytes are
81 ssize_t count, /* bytes actually processed */
83 bytes_left, /* bytes left to be sent */
288 unsigned long bytes = 0;
304 if (!PageCompound(page) && bytes < hdr->good_bytes &&
307 bytes += req->wb_bytes;
365 size_t bytes;
374 bytes = result;
375 iov_iter_advance(iter, bytes);
379 unsigned int req_len = min_t(size_t, bytes, PAGE_SIZE - pgbase);
395 bytes -= req_len;
409 * If no bytes were started, return the error, and let the
846 size_t bytes;
855 bytes = result;
856 iov_iter_advance(iter, bytes);
860 unsigned int req_len = min_t(size_t, bytes, PAGE_SIZE - pgbase);
884 bytes -= req_len;
897 * If no bytes were started, return the error, and let the