summaryrefslogtreecommitdiff
path: root/libbcachefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs.h')
-rw-r--r--libbcachefs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libbcachefs.h b/libbcachefs.h
index 6322d55e..a16ae866 100644
--- a/libbcachefs.h
+++ b/libbcachefs.h
@@ -75,7 +75,9 @@ static inline struct dev_opts dev_opts_default()
};
}
-void bch2_pick_bucket_size(struct bch_opts, struct dev_opts *);
+u64 bch2_pick_bucket_size(struct bch_opts, struct dev_opts *);
+void bch2_check_bucket_size(struct bch_opts, struct dev_opts *);
+
struct bch_sb *bch2_format(struct bch_opt_strs,
struct bch_opts,
struct format_opts, struct dev_opts *, size_t);