]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcachefs/fsck.h
1f03079ce8d93d3d3e59d0ebac79be6c10c748e6
[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 */