/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BCACHEFS_QUOTA_TYPES_H #define _BCACHEFS_QUOTA_TYPES_H #include <linux/generic-radix-tree.h> struct bch_qid { … }; enum quota_acct_mode { … }; struct memquota_counter { … }; struct bch_memquota { … }; bch_memquota_table; struct quota_limit { … }; struct bch_memquota_type { … }; #endif /* _BCACHEFS_QUOTA_TYPES_H */