Kent Overstreet | 1c6fdbd | 2017-03-16 22:18:50 -0800 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | #ifndef _BCACHEFS_RECOVERY_H |
| 3 | #define _BCACHEFS_RECOVERY_H |
| 4 | |
Kent Overstreet | 55936af | 2024-03-15 23:03:42 -0400 | [diff] [blame] | 5 | void bch2_btree_lost_data(struct bch_fs *, enum btree_id); |
| 6 | |
Kent Overstreet | d255426 | 2024-03-23 20:07:46 -0400 | [diff] [blame] | 7 | int bch2_journal_replay(struct bch_fs *); |
Kent Overstreet | 065bd33 | 2023-07-10 13:42:26 -0400 | [diff] [blame] | 8 | |
Kent Overstreet | 1c6fdbd | 2017-03-16 22:18:50 -0800 | [diff] [blame] | 9 | int bch2_fs_recovery(struct bch_fs *); |
| 10 | int bch2_fs_initialize(struct bch_fs *); |
| 11 | |
| 12 | #endif /* _BCACHEFS_RECOVERY_H */ |