2017-10-06 01:41:44 +03:00
|
|
|
#ifndef _BCACHEFS_FSCK_H
|
|
|
|
#define _BCACHEFS_FSCK_H
|
2017-03-20 02:56:34 +03:00
|
|
|
|
|
|
|
s64 bch2_count_inode_sectors(struct bch_fs *, u64);
|
|
|
|
int bch2_fsck(struct bch_fs *, bool);
|
|
|
|
|
2017-10-06 01:41:44 +03:00
|
|
|
#endif /* _BCACHEFS_FSCK_H */
|