]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcachefs/fsck.h
Update bcachefs sources to 6f603b8d79 bcachefs: some improvements to startup messages...
[bcachefs-tools-debian] / libbcachefs / fsck.h
1 #ifndef _BCACHEFS_FSCK_H
2 #define _BCACHEFS_FSCK_H
3
4 int bch2_fsck_full(struct bch_fs *);
5 int bch2_fsck_inode_nlink(struct bch_fs *);
6 int bch2_fsck_walk_inodes_only(struct bch_fs *);
7
8 #endif /* _BCACHEFS_FSCK_H */