summaryrefslogtreecommitdiff
path: root/libbcache/fs-gc.h
blob: ac86fd22aba8419d76ffbefd060d9dff2e06f06a (plain)
1
2
3
4
5
6
7
#ifndef _BCACHE_FS_GC_H
#define _BCACHE_FS_GC_H

s64 bch_count_inode_sectors(struct bch_fs *, u64);
int bch_fsck(struct bch_fs *, bool);

#endif /* _BCACHE_FS_GC_H */