drm/panel: panel-himax-hx83102: support for csot-pna957qt1-1 MIPI-DSI panel
[drm/drm-misc.git] / fs / bcachefs / recovery_passes.h
blob7d7339c8fa294ffca6d5d41510866b835015ea1b
1 #ifndef _BCACHEFS_RECOVERY_PASSES_H
2 #define _BCACHEFS_RECOVERY_PASSES_H
4 extern const char * const bch2_recovery_passes[];
6 u64 bch2_recovery_passes_to_stable(u64 v);
7 u64 bch2_recovery_passes_from_stable(u64 v);
9 u64 bch2_fsck_recovery_passes(void);
11 int bch2_run_explicit_recovery_pass(struct bch_fs *, enum bch_recovery_pass);
12 int bch2_run_explicit_recovery_pass_persistent_locked(struct bch_fs *, enum bch_recovery_pass);
13 int bch2_run_explicit_recovery_pass_persistent(struct bch_fs *, enum bch_recovery_pass);
15 int bch2_run_online_recovery_passes(struct bch_fs *);
16 int bch2_run_recovery_passes(struct bch_fs *);
18 #endif /* _BCACHEFS_RECOVERY_PASSES_H */