bcachefs-tools/libbcache/fs-gc.h

8 lines
173 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);
2017-02-02 06:16:42 +03:00
int bch_fsck(struct cache_set *, bool);
2017-01-08 12:13:18 +03:00
#endif /* _BCACHE_FS_GC_H */