mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
1c6fdbd8f2
Initially forked from drivers/md/bcache, bcachefs is a new copy-on-write filesystem with every feature you could possibly want. Website: https://bcachefs.org Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
9 lines
205 B
C
9 lines
205 B
C
/* 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 */
|