summaryrefslogtreecommitdiff
path: root/check/mode-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'check/mode-common.h')
-rw-r--r--check/mode-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/check/mode-common.h b/check/mode-common.h
index 877c1aa9..a4748578 100644
--- a/check/mode-common.h
+++ b/check/mode-common.h
@@ -98,5 +98,8 @@ void reada_walk_down(struct btrfs_root *root, struct extent_buffer *node,
int check_child_node(struct extent_buffer *parent, int slot,
struct extent_buffer *child);
void reset_cached_block_groups(struct btrfs_fs_info *fs_info);
+int pin_metadata_blocks(struct btrfs_fs_info *fs_info);
+int exclude_metadata_blocks(struct btrfs_fs_info *fs_info);
+void cleanup_excluded_extents(struct btrfs_fs_info *fs_info);
#endif