]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/fsck.h
Update bcachefs sources to 25de2b00dc bcachefs: Change check for invalid key types
[bcachefs-tools-debian] / libbcachefs / fsck.h
index 4bde1bda89c7e577165c175de1e7a6905f227e02..264f2706b12d4c5e0ae2ec5b9ad9f186775a88a1 100644 (file)
@@ -1,7 +1,8 @@
-#ifndef _BCACHE_FS_GC_H
-#define _BCACHE_FS_GC_H
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _BCACHEFS_FSCK_H
+#define _BCACHEFS_FSCK_H
 
-s64 bch2_count_inode_sectors(struct bch_fs *, u64);
-int bch2_fsck(struct bch_fs *, bool);
+int bch2_fsck_full(struct bch_fs *);
+int bch2_fsck_walk_inodes_only(struct bch_fs *);
 
-#endif /* _BCACHE_FS_GC_H */
+#endif /* _BCACHEFS_FSCK_H */