mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-09 00:00:04 +03:00
8 lines
173 B
C
8 lines
173 B
C
#ifndef _BCACHE_FS_GC_H
|
|
#define _BCACHE_FS_GC_H
|
|
|
|
s64 bch_count_inode_sectors(struct cache_set *, u64);
|
|
int bch_fsck(struct cache_set *, bool);
|
|
|
|
#endif /* _BCACHE_FS_GC_H */
|