Lines Matching defs:bytes
95 const u64 offset, const u64 bytes,
110 u64 offset, u64 bytes)
113 unsigned long end_index = (offset + bytes - 1) >> PAGE_SHIFT;
133 if (page_start >= offset && page_end <= (offset + bytes - 1)) {
135 bytes -= PAGE_SIZE;
138 return __endio_write_update_ordered(inode, offset, bytes, false);
469 * entry onto the work queue to write the uncompressed bytes. This
521 * requested range of bytes, we bail out to the uncompressed
1420 u64 bytes = count;
1425 bytes = range_bytes;
1428 btrfs_space_info_update_bytes_may_use(fs_info, sinfo, bytes);
1985 * Properly track delayed allocation bytes in the inode and to maintain the
2625 * an ordered extent if the range of bytes in the file it covers are
6821 * there might actually be delalloc bytes behind it.
7141 * adjust disk_bytenr and num_bytes to cover just the bytes
7490 * of bytes previously read is > 0, so it does not return -EFAULT).
7618 dip->bytes,
7623 dip->logical_offset + dip->bytes - 1);
7704 const u64 offset, const u64 bytes,
7711 u64 ordered_bytes = bytes;
7719 while (ordered_offset < offset + bytes) {
7739 if (ordered_offset < offset + bytes) {
7740 ordered_bytes = offset + bytes - ordered_offset;
7856 dip->bytes = dio_bio->bi_iter.bi_size;