bcachefs-tools/libbcache/fs-gc.h

8 lines
167 B
C
Raw Normal View History

2017-01-08 12:13:18 +03:00
#ifndef _BCACHE_FS_GC_H
#define _BCACHE_FS_GC_H
2017-03-11 00:40:01 +03:00
s64 bch_count_inode_sectors(struct bch_fs *, u64);
int bch_fsck(struct bch_fs *, bool);
2017-01-08 12:13:18 +03:00
#endif /* _BCACHE_FS_GC_H */