summaryrefslogtreecommitdiff
path: root/libbcachefs/counters.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-05-02 18:39:16 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2022-05-02 18:42:06 -0400
commit6f5afc0c12bbf56ffdabe5b2c5297aef255c4baa (patch)
treef5da49a340ab5d14835d37d69d5126f0e955833c /libbcachefs/counters.h
parent88b27bd794e2fce01453f1b8c482fe1c2470c8d0 (diff)
Update bcachefs sources to bdf6d7c135 fixup! bcachefs: Kill journal buf bloom filter
Diffstat (limited to 'libbcachefs/counters.h')
-rw-r--r--libbcachefs/counters.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/libbcachefs/counters.h b/libbcachefs/counters.h
new file mode 100644
index 00000000..1f3207a5
--- /dev/null
+++ b/libbcachefs/counters.h
@@ -0,0 +1,17 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _BCACHEFS_COUNTERS_H
+#define _BCACHEFS_COUNTERS_H
+
+#include "bcachefs.h"
+#include "super-io.h"
+
+
+int bch2_sb_counters_to_cpu(struct bch_fs *c);
+
+int bch2_sb_counters_from_cpu(struct bch_fs *c);
+
+int bch2_fs_counters_init(struct bch_fs *c);
+
+extern const struct bch_sb_field_ops bch_sb_field_ops_counters;
+
+#endif // _BCACHEFS_COUNTERS_H