summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fsck.h
blob: bc9caaf237978353f75d4aabb0d3670e07f997de (plain)
1
2
3
4
5
6
7
#ifndef _BCACHEFS_FSCK_H
#define _BCACHEFS_FSCK_H

s64 bch2_count_inode_sectors(struct bch_fs *, u64);
int bch2_fsck(struct bch_fs *);

#endif /* _BCACHEFS_FSCK_H */