]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcache/fs-gc.h
bcache in userspace; userspace fsck
[bcachefs-tools-debian] / libbcache / fs-gc.h
1 #ifndef _BCACHE_FS_GC_H
2 #define _BCACHE_FS_GC_H
3
4 s64 bch_count_inode_sectors(struct cache_set *, u64);
5 int bch_gc_inode_nlinks(struct cache_set *);
6 int bch_fsck(struct cache_set *);
7
8 #endif /* _BCACHE_FS_GC_H */