1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BCACHEFS_RECOVERY_H
3 #define _BCACHEFS_RECOVERY_H
4 
5 int bch2_btree_lost_data(struct bch_fs *, struct printbuf *, enum btree_id);
6 void bch2_reconstruct_alloc(struct bch_fs *);
7 
8 int bch2_journal_replay(struct bch_fs *);
9 
10 int bch2_fs_recovery(struct bch_fs *);
11 int bch2_fs_initialize(struct bch_fs *);
12 
13 #endif /* _BCACHEFS_RECOVERY_H */
14