linux/fs/bcachefs/quota_format.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _BCACHEFS_QUOTA_FORMAT_H
#define _BCACHEFS_QUOTA_FORMAT_H

/* KEY_TYPE_quota: */

enum quota_types {};

enum quota_counters {};

struct bch_quota_counter {};

struct bch_quota {} __packed __aligned();

/* BCH_SB_FIELD_quota: */

struct bch_sb_quota_counter {};

struct bch_sb_quota_type {};

struct bch_sb_field_quota {} __packed __aligned();

#endif /* _BCACHEFS_QUOTA_FORMAT_H */