]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/fsck.h
Update bcachefs sources to 6f603b8d79 bcachefs: some improvements to startup messages...
[bcachefs-tools-debian] / libbcachefs / fsck.h
index dc7ce68769fc0e1cb936f84212ad265259a3174c..1f03079ce8d93d3d3e59d0ebac79be6c10c748e6 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _BCACHEFS_FSCK_H
 #define _BCACHEFS_FSCK_H
 
-int bch2_fsck(struct bch_fs *);
+int bch2_fsck_full(struct bch_fs *);
+int bch2_fsck_inode_nlink(struct bch_fs *);
+int bch2_fsck_walk_inodes_only(struct bch_fs *);
 
 #endif /* _BCACHEFS_FSCK_H */