diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 1e3a994e1899..7e2cffd2a5d8 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -3125,10 +3125,10 @@ struct extent_buffer *btrfs_root_node(struct btrfs_root *root); | |||
3125 | struct extent_buffer *btrfs_lock_root_node(struct btrfs_root *root); | 3125 | struct extent_buffer *btrfs_lock_root_node(struct btrfs_root *root); |
3126 | int btrfs_find_next_key(struct btrfs_root *root, struct btrfs_path *path, | 3126 | int btrfs_find_next_key(struct btrfs_root *root, struct btrfs_path *path, |
3127 | struct btrfs_key *key, int lowest_level, | 3127 | struct btrfs_key *key, int lowest_level, |
3128 | int cache_only, u64 min_trans); | 3128 | u64 min_trans); |
3129 | int btrfs_search_forward(struct btrfs_root *root, struct btrfs_key *min_key, | 3129 | int btrfs_search_forward(struct btrfs_root *root, struct btrfs_key *min_key, |
3130 | struct btrfs_key *max_key, | 3130 | struct btrfs_key *max_key, |
3131 | struct btrfs_path *path, int cache_only, | 3131 | struct btrfs_path *path, |
3132 | u64 min_trans); | 3132 | u64 min_trans); |
3133 | enum btrfs_compare_tree_result { | 3133 | enum btrfs_compare_tree_result { |
3134 | BTRFS_COMPARE_TREE_NEW, | 3134 | BTRFS_COMPARE_TREE_NEW, |
@@ -3181,7 +3181,7 @@ int btrfs_search_slot_for_read(struct btrfs_root *root, | |||
3181 | int find_higher, int return_any); | 3181 | int find_higher, int return_any); |
3182 | int btrfs_realloc_node(struct btrfs_trans_handle *trans, | 3182 | int btrfs_realloc_node(struct btrfs_trans_handle *trans, |
3183 | struct btrfs_root *root, struct extent_buffer *parent, | 3183 | struct btrfs_root *root, struct extent_buffer *parent, |
3184 | int start_slot, int cache_only, u64 *last_ret, | 3184 | int start_slot, u64 *last_ret, |
3185 | struct btrfs_key *progress); | 3185 | struct btrfs_key *progress); |
3186 | void btrfs_release_path(struct btrfs_path *p); | 3186 | void btrfs_release_path(struct btrfs_path *p); |
3187 | struct btrfs_path *btrfs_alloc_path(void); | 3187 | struct btrfs_path *btrfs_alloc_path(void); |
@@ -3576,7 +3576,7 @@ int btrfs_dirty_pages(struct btrfs_root *root, struct inode *inode, | |||
3576 | 3576 | ||
3577 | /* tree-defrag.c */ | 3577 | /* tree-defrag.c */ |
3578 | int btrfs_defrag_leaves(struct btrfs_trans_handle *trans, | 3578 | int btrfs_defrag_leaves(struct btrfs_trans_handle *trans, |
3579 | struct btrfs_root *root, int cache_only); | 3579 | struct btrfs_root *root); |
3580 | 3580 | ||
3581 | /* sysfs.c */ | 3581 | /* sysfs.c */ |
3582 | int btrfs_init_sysfs(void); | 3582 | int btrfs_init_sysfs(void); |