Lines Matching defs:bytes
23 * @len: number of bytes to copy
98 size_t bytes;
114 bytes = pinned_pages * PAGE_SIZE - start_offset;
115 if (bytes > len)
116 bytes = len;
119 start_offset, bytes, iter,
121 len -= bytes;
147 * Returns the number of bytes read/written or error code. May
148 * return less bytes than expected if an error occurs during the copying
224 we return the number of bytes copied. Otherwise
250 * Returns the number of bytes read/written or error code. May
251 * return less bytes than expected if an error occurs during the copying