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

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

#endif /* _BCACHE_FS_GC_H */