diff options
Diffstat (limited to 'libbcachefs/fs-gc.h')
-rw-r--r-- | libbcachefs/fs-gc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libbcachefs/fs-gc.h b/libbcachefs/fs-gc.h new file mode 100644 index 00000000..4bde1bda --- /dev/null +++ b/libbcachefs/fs-gc.h @@ -0,0 +1,7 @@ +#ifndef _BCACHE_FS_GC_H +#define _BCACHE_FS_GC_H + +s64 bch2_count_inode_sectors(struct bch_fs *, u64); +int bch2_fsck(struct bch_fs *, bool); + +#endif /* _BCACHE_FS_GC_H */ |