bcachefs-tools/libbcache/fs-gc.h
2017-03-10 12:40:01 -09:00

8 lines
167 B
C

#ifndef _BCACHE_FS_GC_H
#define _BCACHE_FS_GC_H
s64 bch_count_inode_sectors(struct bch_fs *, u64);
int bch_fsck(struct bch_fs *, bool);
#endif /* _BCACHE_FS_GC_H */