summaryrefslogtreecommitdiff
path: root/libbcachefs/fsck.h
blob: 4bde1bda89c7e577165c175de1e7a6905f227e02 (plain)
1
2
3
4
5
6
7
#ifndef _BCACHE_FS_GC_H
#define _BCACHE_FS_GC_H

s64 bch2_count_inode_sectors(struct bch_fs *, u64);
int bch2_fsck(struct bch_fs *, bool);

#endif /* _BCACHE_FS_GC_H */