Lines Matching refs:ram_bytes
135 u64 ram_bytes, int compress_type,
1153 async_extent->ram_size, /* ram_bytes */
1164 async_extent->ram_size, /* ram_bytes */
1416 ram_size, /* ram_bytes */
1999 u64 ram_bytes;
2078 ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi);
2145 ram_bytes, BTRFS_COMPRESS_NONE,
2873 u64 ram_bytes = btrfs_stack_file_extent_ram_bytes(stack_fi);
2941 ret = btrfs_inode_set_file_extent_range(inode, file_pos, ram_bytes);
2975 u64 ram_bytes = oe->ram_bytes;
2985 ram_bytes = num_bytes;
2988 btrfs_set_stack_file_extent_ram_bytes(&stack_fi, ram_bytes);
4936 hole_em->ram_bytes = hole_size;
6690 * data ends up shorter than ram_bytes. That doesn't cover the hole between
6949 const u64 ram_bytes,
6957 block_len, orig_block_len, ram_bytes,
7040 * @ram_bytes: (optional) Return the ram_bytes of the file extent
7054 u64 *ram_bytes, bool nowait, bool strict)
7104 if (ram_bytes)
7105 *ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi);
7249 u64 ram_bytes, int compress_type,
7270 em->ram_bytes = ram_bytes;
7301 u64 block_start, orig_start, orig_block_len, ram_bytes;
7329 &orig_block_len, &ram_bytes, false, false) == 1) {
7357 ram_bytes, type);
9643 em->ram_bytes = ins.offset;
9843 u64 ram_bytes;
9865 ram_bytes = btrfs_file_extent_ram_bytes(leaf, item);
9868 encoded->len = min_t(u64, extent_start + ram_bytes,
9885 encoded->unencoded_len = ram_bytes;
10142 encoded->unencoded_len = em->ram_bytes;
10208 u64 num_bytes, ram_bytes, disk_num_bytes;
10290 ram_bytes = ALIGN(encoded->unencoded_len, fs_info->sectorsize);
10380 ins.offset, ins.offset, ram_bytes, compression,
10388 ordered = btrfs_alloc_ordered_extent(inode, start, num_bytes, ram_bytes,