mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
9 lines
207 B
C
9 lines
207 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_walk_inodes_only(struct bch_fs *);
|
|
|
|
#endif /* _BCACHEFS_FSCK_H */
|