diff options
Diffstat (limited to 'libbcache/buckets_types.h')
-rw-r--r-- | libbcache/buckets_types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbcache/buckets_types.h b/libbcache/buckets_types.h index f42e09d8..1856db93 100644 --- a/libbcache/buckets_types.h +++ b/libbcache/buckets_types.h @@ -65,7 +65,7 @@ struct bucket { }; }; -struct bucket_stats_cache { +struct bch_dev_usage { u64 buckets_dirty; u64 buckets_cached; u64 buckets_meta; @@ -89,7 +89,7 @@ enum s_compressed { S_COMPRESSED_NR, }; -struct bucket_stats_cache_set { +struct bch_fs_usage { /* all fields are in units of 512 byte sectors: */ u64 s[S_COMPRESSED_NR][S_ALLOC_NR]; u64 persistent_reserved; |