summaryrefslogtreecommitdiff
path: root/libbcachefs/move.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-06-15 14:58:36 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2022-06-15 14:58:36 -0400
commit319abbc65330d20daee499e841ffcdef06c60fb5 (patch)
treee5226ca835a4ba3b6461f00f070a4a4e600ebc50 /libbcachefs/move.h
parent3a0ae34333bf6164378e574a65f5bd04ac7e7769 (diff)
Update bcachefs sources to 2f4e24d856 bcachefs: Split out dev_buckets_free()v0.22
Diffstat (limited to 'libbcachefs/move.h')
-rw-r--r--libbcachefs/move.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libbcachefs/move.h b/libbcachefs/move.h
index 2a789a11..c69b6b5a 100644
--- a/libbcachefs/move.h
+++ b/libbcachefs/move.h
@@ -62,6 +62,12 @@ int bch2_move_data(struct bch_fs *,
move_pred_fn, void *,
struct bch_move_stats *);
+int bch2_evacuate_bucket(struct bch_fs *, struct bpos, int,
+ struct bch_ratelimit *,
+ struct write_point_specifier,
+ enum data_cmd,
+ struct data_opts *,
+ struct bch_move_stats *);
int bch2_data_job(struct bch_fs *,
struct bch_move_stats *,
struct bch_ioctl_data);