]> Git Repo - J-linux.git/blob - fs/bcachefs/recovery.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / fs / bcachefs / recovery.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BCACHEFS_RECOVERY_H
3 #define _BCACHEFS_RECOVERY_H
4
5 void bch2_btree_lost_data(struct bch_fs *, enum btree_id);
6
7 int bch2_journal_replay(struct bch_fs *);
8
9 int bch2_fs_recovery(struct bch_fs *);
10 int bch2_fs_initialize(struct bch_fs *);
11
12 #endif /* _BCACHEFS_RECOVERY_H */
This page took 0.026306 seconds and 4 git commands to generate.