summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fsck.h
blob: 88da06762d7d882d64ab270b0bf847e8d3ae7a86 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0 */
#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 */