diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-08-10 14:06:19 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-08-10 14:06:19 -0400 |
commit | e9d0b13b5bbb58c9b840e407a8d181442f799966 (patch) | |
tree | d51a7e111a824e883c347c83745109400231de1c /fs/btrfs/ctree.h | |
parent | 409eb95d7f6632d5af32b795244ce68a29e49319 (diff) |
Btrfs: Btree defrag on the extent-mapping tree as well
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 59e09e37ab93..d3cd564b3b3f 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1019,6 +1019,8 @@ static inline void btrfs_memmove(struct btrfs_root *root, | |||
1019 | btrfs_item_offset((leaf)->items + (slot)))) | 1019 | btrfs_item_offset((leaf)->items + (slot)))) |
1020 | 1020 | ||
1021 | /* extent-tree.c */ | 1021 | /* extent-tree.c */ |
1022 | int btrfs_extent_post_op(struct btrfs_trans_handle *trans, | ||
1023 | struct btrfs_root *root); | ||
1022 | int btrfs_copy_pinned(struct btrfs_root *root, struct radix_tree_root *copy); | 1024 | int btrfs_copy_pinned(struct btrfs_root *root, struct radix_tree_root *copy); |
1023 | struct btrfs_block_group_cache *btrfs_lookup_block_group(struct | 1025 | struct btrfs_block_group_cache *btrfs_lookup_block_group(struct |
1024 | btrfs_fs_info *info, | 1026 | btrfs_fs_info *info, |
@@ -1066,7 +1068,7 @@ int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root | |||
1066 | ins_len, int cow); | 1068 | ins_len, int cow); |
1067 | int btrfs_realloc_node(struct btrfs_trans_handle *trans, | 1069 | int btrfs_realloc_node(struct btrfs_trans_handle *trans, |
1068 | struct btrfs_root *root, struct buffer_head *parent, | 1070 | struct btrfs_root *root, struct buffer_head *parent, |
1069 | int cache_only); | 1071 | int cache_only, u64 *last_ret); |
1070 | void btrfs_release_path(struct btrfs_root *root, struct btrfs_path *p); | 1072 | void btrfs_release_path(struct btrfs_root *root, struct btrfs_path *p); |
1071 | struct btrfs_path *btrfs_alloc_path(void); | 1073 | struct btrfs_path *btrfs_alloc_path(void); |
1072 | void btrfs_free_path(struct btrfs_path *p); | 1074 | void btrfs_free_path(struct btrfs_path *p); |