diff options
Diffstat (limited to 'libbcache/fs-gc.h')
-rw-r--r-- | libbcache/fs-gc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libbcache/fs-gc.h b/libbcache/fs-gc.h new file mode 100644 index 0000000..c44086c --- /dev/null +++ b/libbcache/fs-gc.h @@ -0,0 +1,8 @@ +#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 */ |