mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 14:50:19 +00:00
619f5bee86
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
10 lines
251 B
C
10 lines
251 B
C
/* 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 */
|