Lines Matching defs:ram_bytes

143 				       u64 ram_bytes, int compress_type,
1164 async_extent->ram_size, /* ram_bytes */
1175 async_extent->ram_size, /* ram_bytes */
1426 ram_size, /* ram_bytes */
2012 u64 ram_bytes;
2091 ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi);
2158 ram_bytes, BTRFS_COMPRESS_NONE,
2904 u64 ram_bytes = btrfs_stack_file_extent_ram_bytes(stack_fi);
2972 ret = btrfs_inode_set_file_extent_range(inode, file_pos, ram_bytes);
3006 u64 ram_bytes = oe->ram_bytes;
3016 ram_bytes = num_bytes;
3019 btrfs_set_stack_file_extent_ram_bytes(&stack_fi, ram_bytes);
4991 hole_em->ram_bytes = hole_size;
6758 * data ends up shorter than ram_bytes. That doesn't cover the hole between
7014 const u64 ram_bytes,
7022 block_len, orig_block_len, ram_bytes,
7105 * @ram_bytes: (optional) Return the ram_bytes of the file extent
7119 u64 *ram_bytes, bool nowait, bool strict)
7169 if (ram_bytes)
7170 *ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi);
7313 u64 ram_bytes, int compress_type,
7334 em->ram_bytes = ram_bytes;
7363 u64 block_start, orig_start, orig_block_len, ram_bytes;
7391 &orig_block_len, &ram_bytes, false, false) == 1) {
7419 ram_bytes, type);
9751 em->ram_bytes = ins.offset;
9953 u64 ram_bytes;
9975 ram_bytes = btrfs_file_extent_ram_bytes(leaf, item);
9978 encoded->len = min_t(u64, extent_start + ram_bytes,
9995 encoded->unencoded_len = ram_bytes;
10252 encoded->unencoded_len = em->ram_bytes;
10318 u64 num_bytes, ram_bytes, disk_num_bytes;
10400 ram_bytes = ALIGN(encoded->unencoded_len, fs_info->sectorsize);
10490 ins.offset, ins.offset, ram_bytes, compression,
10498 ordered = btrfs_alloc_ordered_extent(inode, start, num_bytes, ram_bytes,