diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 2b15fb97d23f..80599b4e42bd 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -674,6 +674,7 @@ struct btrfs_space_info { | |||
674 | u64 bytes_reserved; /* total bytes the allocator has reserved for | 674 | u64 bytes_reserved; /* total bytes the allocator has reserved for |
675 | current allocations */ | 675 | current allocations */ |
676 | u64 bytes_readonly; /* total bytes that are read only */ | 676 | u64 bytes_readonly; /* total bytes that are read only */ |
677 | u64 bytes_super; /* total bytes reserved for the super blocks */ | ||
677 | 678 | ||
678 | /* delalloc accounting */ | 679 | /* delalloc accounting */ |
679 | u64 bytes_delalloc; /* number of bytes reserved for allocation, | 680 | u64 bytes_delalloc; /* number of bytes reserved for allocation, |
@@ -746,6 +747,7 @@ struct btrfs_block_group_cache { | |||
746 | spinlock_t lock; | 747 | spinlock_t lock; |
747 | u64 pinned; | 748 | u64 pinned; |
748 | u64 reserved; | 749 | u64 reserved; |
750 | u64 bytes_super; | ||
749 | u64 flags; | 751 | u64 flags; |
750 | u64 sectorsize; | 752 | u64 sectorsize; |
751 | int extents_thresh; | 753 | int extents_thresh; |