bcachefs-tools/libbcache/fs-gc.h

9 lines
212 B
C
Raw Normal View History

2017-01-08 12:13:18 +03:00
#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 *);
int bch_fsck(struct cache_set *);
#endif /* _BCACHE_FS_GC_H */