Lines Matching defs:bytes
22 * @len: number of bytes to copy
97 size_t bytes;
113 bytes = pinned_pages * PAGE_SIZE - start_offset;
114 if (bytes > len)
115 bytes = len;
118 start_offset, bytes, iter,
120 len -= bytes;
146 * Returns the number of bytes read/written or error code. May
147 * return less bytes than expected if an error occurs during the copying
223 we return the number of bytes copied. Otherwise
249 * Returns the number of bytes read/written or error code. May
250 * return less bytes than expected if an error occurs during the copying