brintos

brintos / linux-shallow public Read only

0
0
Text · 316 B · 4bf818d Raw
13 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _BCACHEFS_RECOVERY_H3#define _BCACHEFS_RECOVERY_H4 5void bch2_btree_lost_data(struct bch_fs *, enum btree_id);6 7int bch2_journal_replay(struct bch_fs *);8 9int bch2_fs_recovery(struct bch_fs *);10int bch2_fs_initialize(struct bch_fs *);11 12#endif /* _BCACHEFS_RECOVERY_H */13