summaryrefslogtreecommitdiff
path: root/libbcachefs/super-io.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-02-21 05:38:44 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2022-02-21 05:38:44 -0500
commitc06026ac542911329a99a3f02a4f5732d6c8e51c (patch)
tree01498700cb8255284e8d32a6e1703edfc33e9d99 /libbcachefs/super-io.h
parentf85062409230ee9c0ce9e1a7bedb916006597e97 (diff)
Update bcachefs sources to 9d554fa16d bcachefs: Add .to_text() methods for all superblock sections
Diffstat (limited to 'libbcachefs/super-io.h')
-rw-r--r--libbcachefs/super-io.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libbcachefs/super-io.h b/libbcachefs/super-io.h
index 3b425bed..50f31a3b 100644
--- a/libbcachefs/super-io.h
+++ b/libbcachefs/super-io.h
@@ -121,12 +121,14 @@ static inline struct bch_member_cpu bch2_mi_to_cpu(struct bch_member *mi)
void bch2_journal_super_entries_add_common(struct bch_fs *,
struct jset_entry **, u64);
-int bch2_sb_clean_validate(struct bch_fs *, struct bch_sb_field_clean *, int);
+int bch2_sb_clean_validate_late(struct bch_fs *, struct bch_sb_field_clean *, int);
int bch2_fs_mark_dirty(struct bch_fs *);
void bch2_fs_mark_clean(struct bch_fs *);
void bch2_sb_field_to_text(struct printbuf *, struct bch_sb *,
struct bch_sb_field *);
+void bch2_sb_layout_to_text(struct printbuf *, struct bch_sb_layout *);
+void bch2_sb_to_text(struct printbuf *, struct bch_sb *, bool, unsigned);
#endif /* _BCACHEFS_SUPER_IO_H */