summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fsck.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-02-16 06:50:42 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2024-03-14 04:22:25 +0300
commit663db5a55486017ab6564b7014f0db97432598a0 (patch)
tree91ac4dad3cab4bee72fb4ba4a18319a182462aa2 /fs/bcachefs/fsck.h
parentb07ce7262636fb294d786c17ec4e857b62c2970b (diff)
downloadlinux-663db5a55486017ab6564b7014f0db97432598a0.tar.xz
bcachefs: bch2_check_subvolume_structure()
Now that we've got bch_subvolume.fs_path_parent, it's easy to write subvolume Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/fsck.h')
-rw-r--r--fs/bcachefs/fsck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/fsck.h b/fs/bcachefs/fsck.h
index da991e8cf27e..a4ef94271784 100644
--- a/fs/bcachefs/fsck.h
+++ b/fs/bcachefs/fsck.h
@@ -8,6 +8,7 @@ int bch2_check_indirect_extents(struct bch_fs *);
int bch2_check_dirents(struct bch_fs *);
int bch2_check_xattrs(struct bch_fs *);
int bch2_check_root(struct bch_fs *);
+int bch2_check_subvolume_structure(struct bch_fs *);
int bch2_check_directory_structure(struct bch_fs *);
int bch2_check_nlinks(struct bch_fs *);
int bch2_fix_reflink_p(struct bch_fs *);