summaryrefslogtreecommitdiff
path: root/check/mode-common.h
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2018-07-23 14:32:01 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2018-07-23 14:32:01 +0100
commit3b9cf4c8cda0818e4d3f9892ece9f7d99de13b03 (patch)
tree59446f505b5bb3b31b1b3bb81af997dda68407c2 /check/mode-common.h
parentf22f0302575d3a167ee550470c922de82e34342b (diff)
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