summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fsck.h
blob: 9e4af02bde1e344b285da0c3bfa19934b23bd705 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _BCACHEFS_FSCK_H
#define _BCACHEFS_FSCK_H

int bch2_fsck_full(struct bch_fs *);
int bch2_fsck_inode_nlink(struct bch_fs *);
int bch2_fsck_walk_inodes_only(struct bch_fs *);

#endif /* _BCACHEFS_FSCK_H */