Lines Matching defs:ram_bytes
1086 file_extent.ram_bytes = async_extent->ram_size;
1224 file_extent.ram_bytes = ins->offset;
1842 args->file_extent.ram_bytes = btrfs_file_extent_ram_bytes(leaf, fi);
2876 u64 ram_bytes = btrfs_stack_file_extent_ram_bytes(stack_fi);
2943 ret = btrfs_inode_set_file_extent_range(inode, file_pos, ram_bytes);
2973 u64 ram_bytes = oe->ram_bytes;
2984 btrfs_set_stack_file_extent_ram_bytes(&stack_fi, ram_bytes);
5178 hole_em->ram_bytes = hole_size;
6975 * data ends up shorter than ram_bytes. That doesn't cover the hole between
7241 * @ram_bytes: (optional) Return the ram_bytes of the file extent
7364 ASSERT(file_extent->num_bytes <= file_extent->ram_bytes);
7369 ASSERT(file_extent->ram_bytes == file_extent->num_bytes);
7382 ASSERT(file_extent->num_bytes <= file_extent->ram_bytes);
7394 em->ram_bytes = file_extent->ram_bytes;
9088 em->ram_bytes = ins.offset;
9301 u64 ram_bytes;
9325 ram_bytes = btrfs_file_extent_ram_bytes(leaf, item);
9328 encoded->len = min_t(u64, extent_start + ram_bytes,
9344 encoded->unencoded_len = ram_bytes;
9659 encoded->unencoded_len = em->ram_bytes;
9724 u64 num_bytes, ram_bytes, disk_num_bytes;
9804 ram_bytes = ALIGN(encoded->unencoded_len, fs_info->sectorsize);
9903 file_extent.ram_bytes = ram_bytes;