Lines Matching refs:ram_bytes
1185 file_extent.ram_bytes = async_extent->ram_size;
1428 file_extent.ram_bytes = ins.offset;
1907 args->file_extent.ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi);
2985 u64 ram_bytes = btrfs_stack_file_extent_ram_bytes(stack_fi);
3052 ret = btrfs_inode_set_file_extent_range(inode, file_pos, ram_bytes);
3084 u64 ram_bytes = oe->ram_bytes;
3095 btrfs_set_stack_file_extent_ram_bytes(&stack_fi, ram_bytes);
5289 hole_em->ram_bytes = hole_size;
7056 * data ends up shorter than ram_bytes. That doesn't cover the hole between
7322 * @ram_bytes: (optional) Return the ram_bytes of the file extent
7445 ASSERT(file_extent->num_bytes <= file_extent->ram_bytes);
7450 ASSERT(file_extent->ram_bytes == file_extent->num_bytes);
7463 ASSERT(file_extent->num_bytes <= file_extent->ram_bytes);
7475 em->ram_bytes = file_extent->ram_bytes;
9185 em->ram_bytes = ins.offset;
9370 u64 ram_bytes;
9394 ram_bytes = btrfs_file_extent_ram_bytes(leaf, item);
9397 encoded->len = min_t(u64, extent_start + ram_bytes,
9413 encoded->unencoded_len = ram_bytes;
9728 encoded->unencoded_len = em->ram_bytes;
9790 u64 num_bytes, ram_bytes, disk_num_bytes;
9872 ram_bytes = ALIGN(encoded->unencoded_len, fs_info->sectorsize);
9963 file_extent.ram_bytes = ram_bytes;