Lines Matching defs:bytes

392  * @start:	offset in bytes where the range starts
393 * @end: offset in bytes where the range ends (inclusive)
464 * @start_byte: offset in bytes where the range starts
465 * @end_byte: offset in bytes where the range ends (inclusive)
538 * @start_byte: offset in bytes where the range starts
539 * @end_byte: offset in bytes where the range ends (inclusive)
562 * @start_byte: offset in bytes where the range starts
563 * @end_byte: offset in bytes where the range ends (inclusive)
584 * @start_byte: offset in bytes where the range starts
585 * @end_byte: offset in bytes where the range ends (inclusive)
639 * @lstart: offset in bytes where the range starts
640 * @lend: offset in bytes where the range ends (inclusive)
742 * @lstart: offset in bytes where the range starts
743 * @lend: offset in bytes where the range ends (inclusive)
2186 * * total number of bytes copied, including those the were already @written
2316 /* nr is the maximum number of bytes to copy from this page */
2506 * * number of bytes copied, even for partial reads
3307 unsigned long bytes; /* Bytes to write to page */
3312 bytes = min_t(unsigned long, PAGE_SIZE - offset,
3326 if (unlikely(iov_iter_fault_in_readable(i, bytes))) {
3336 status = a_ops->write_begin(file, mapping, pos, bytes, flags,
3344 copied = iov_iter_copy_from_user_atomic(page, i, offset, bytes);
3347 status = a_ops->write_end(file, mapping, pos, bytes, copied,
3365 bytes = min_t(unsigned long, PAGE_SIZE - offset,
3397 * * number of bytes written, even for truncated writes
3436 * then we want to return the number of bytes which were
3439 * will return -EFOO even if some bytes were written.
3461 * the number of bytes which were direct-written
3486 * * number of bytes written, even for truncated writes