diff options
Diffstat (limited to 'fs/bcachefs/move.h')
-rw-r--r-- | fs/bcachefs/move.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/bcachefs/move.h b/fs/bcachefs/move.h index 2a789a1158ca..c69b6b5abe9e 100644 --- a/fs/bcachefs/move.h +++ b/fs/bcachefs/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); |