summaryrefslogtreecommitdiff
path: root/libbcachefs/tier.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/tier.h')
-rw-r--r--libbcachefs/tier.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libbcachefs/tier.h b/libbcachefs/tier.h
new file mode 100644
index 00000000..a4fd6225
--- /dev/null
+++ b/libbcachefs/tier.h
@@ -0,0 +1,8 @@
+#ifndef _BCACHE_TIER_H
+#define _BCACHE_TIER_H
+
+void bch2_tiering_stop(struct bch_fs *);
+int bch2_tiering_start(struct bch_fs *);
+void bch2_fs_tiering_init(struct bch_fs *);
+
+#endif