aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 80ab1a6f4fe3..0049fe0f3f74 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -3067,6 +3067,8 @@ int btrfs_pin_extent(struct btrfs_root *root,
3067 u64 bytenr, u64 num, int reserved); 3067 u64 bytenr, u64 num, int reserved);
3068int btrfs_pin_extent_for_log_replay(struct btrfs_root *root, 3068int btrfs_pin_extent_for_log_replay(struct btrfs_root *root,
3069 u64 bytenr, u64 num_bytes); 3069 u64 bytenr, u64 num_bytes);
3070int btrfs_exclude_logged_extents(struct btrfs_root *root,
3071 struct extent_buffer *eb);
3070int btrfs_cross_ref_exist(struct btrfs_trans_handle *trans, 3072int btrfs_cross_ref_exist(struct btrfs_trans_handle *trans,
3071 struct btrfs_root *root, 3073 struct btrfs_root *root,
3072 u64 objectid, u64 offset, u64 bytenr); 3074 u64 objectid, u64 offset, u64 bytenr);