/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BUCKETS_TYPES_H #define _BUCKETS_TYPES_H #include "bcachefs_format.h" #include "util.h" #define BUCKET_JOURNAL_SEQ_BITS … struct bucket { … } __aligned(…); struct bucket_array { … }; struct bucket_gens { … }; struct bch_dev_usage { … }; struct bch_fs_usage_base { … }; struct bch_fs_usage_short { … }; /* * A reservation for space on disk: */ struct disk_reservation { … }; #endif /* _BUCKETS_TYPES_H */