summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fsck.h
blob: f9af1305dc2a1bdd2a806e918d8c856d54891eb3 (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 *, bool);

#endif /* _BCACHEFS_FSCK_H */