Lines Matching refs:ram_bytes
91 u64 ram_bytes, int compress_type,
857 async_extent->ram_size, /* ram_bytes */
1069 ram_size, /* ram_bytes */
1485 u64 ram_bytes;
1562 ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi);
1653 extent_end = found_key.offset + ram_bytes;
1704 ram_bytes, BTRFS_COMPRESS_NONE,
2522 u64 ram_bytes = btrfs_stack_file_extent_ram_bytes(stack_fi);
2571 ret = btrfs_inode_set_file_extent_range(inode, file_pos, ram_bytes);
4825 hole_em->ram_bytes = hole_size;
6557 * data ends up shorter than ram_bytes. That doesn't cover the hole between
6937 const u64 ram_bytes,
6945 block_len, orig_block_len, ram_bytes,
7000 * @ram_bytes: (optional) Return the ram_bytes of the file extent
7017 u64 *ram_bytes, bool strict)
7105 *ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi);
7245 u64 ram_bytes, int compress_type,
7268 em->ram_bytes = ram_bytes;
7322 u64 block_start, orig_start, orig_block_len, ram_bytes;
7332 &orig_block_len, &ram_bytes, false) == 1 &&
7339 ram_bytes, type);
9853 em->ram_bytes = ins.offset;