]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/buckets_types.h
convert main() from C to Rust
[bcachefs-tools-debian] / libbcachefs / buckets_types.h
index e79a33795bf936144675bda12f2659f5b49c90aa..783f71017204cafa0277644a6d1b5564c779d366 100644 (file)
@@ -33,9 +33,6 @@ struct bucket_gens {
 };
 
 struct bch_dev_usage {
-       u64                     buckets_ec;
-       u64                     buckets_unavailable;
-
        struct {
                u64             buckets;
                u64             sectors; /* _compressed_ sectors: */
@@ -90,15 +87,4 @@ struct disk_reservation {
        unsigned                nr_replicas;
 };
 
-struct copygc_heap_entry {
-       u8                      dev;
-       u8                      gen;
-       u8                      replicas;
-       u32                     fragmentation;
-       u32                     sectors;
-       u64                     offset;
-};
-
-typedef HEAP(struct copygc_heap_entry) copygc_heap;
-
 #endif /* _BUCKETS_TYPES_H */