blob: 04f08978af3a081d1edc3607db7cc3c980f225aa (
plain)
1
2
3
4
5
6
7
8
|
#ifndef _BCACHE_FS_GC_H
#define _BCACHE_FS_GC_H
s64 bch_count_inode_sectors(struct cache_set *, u64);
int bch_gc_inode_nlinks(struct cache_set *);
void bch_fsck(struct cache_set *);
#endif /* _BCACHE_FS_GC_H */
|