|
@@ -2927,6 +2927,10 @@ BTRFS_SETGET_STACK_FUNCS(stack_file_extent_generation,
|
|
struct btrfs_file_extent_item, generation, 64);
|
|
struct btrfs_file_extent_item, generation, 64);
|
|
BTRFS_SETGET_STACK_FUNCS(stack_file_extent_num_bytes,
|
|
BTRFS_SETGET_STACK_FUNCS(stack_file_extent_num_bytes,
|
|
struct btrfs_file_extent_item, num_bytes, 64);
|
|
struct btrfs_file_extent_item, num_bytes, 64);
|
|
|
|
+BTRFS_SETGET_STACK_FUNCS(stack_file_extent_disk_num_bytes,
|
|
|
|
+ struct btrfs_file_extent_item, disk_num_bytes, 64);
|
|
|
|
+BTRFS_SETGET_STACK_FUNCS(stack_file_extent_compression,
|
|
|
|
+ struct btrfs_file_extent_item, compression, 8);
|
|
|
|
|
|
static inline unsigned long
|
|
static inline unsigned long
|
|
btrfs_file_extent_inline_start(struct btrfs_file_extent_item *e)
|
|
btrfs_file_extent_inline_start(struct btrfs_file_extent_item *e)
|