]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcachefs/fsck.h
Update bcachefs sources to e82e656279 bcachefs: Cleanups for building in userspace
[bcachefs-tools-debian] / libbcachefs / fsck.h
1 #ifndef _BCACHEFS_FSCK_H
2 #define _BCACHEFS_FSCK_H
3
4 s64 bch2_count_inode_sectors(struct bch_fs *, u64);
5 int bch2_fsck(struct bch_fs *, bool);
6
7 #endif /* _BCACHEFS_FSCK_H */