mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-03 00:00:07 +03:00
8 lines
169 B
C
8 lines
169 B
C
#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 */
|