ctree.h (bd989ba359f2acb8bc5f5490e19010fc0a6f8356) ctree.h (5d9e75c41d11ca79b1d1ff6ed17c88c9047d1fea)
1/*
2 * Copyright (C) 2007 Oracle. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public
6 * License v2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 2654 unchanged lines hidden (view full) ---

2663 unsigned long split_offset);
2664int btrfs_duplicate_item(struct btrfs_trans_handle *trans,
2665 struct btrfs_root *root,
2666 struct btrfs_path *path,
2667 struct btrfs_key *new_key);
2668int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root
2669 *root, struct btrfs_key *key, struct btrfs_path *p, int
2670 ins_len, int cow);
1/*
2 * Copyright (C) 2007 Oracle. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public
6 * License v2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 2654 unchanged lines hidden (view full) ---

2663 unsigned long split_offset);
2664int btrfs_duplicate_item(struct btrfs_trans_handle *trans,
2665 struct btrfs_root *root,
2666 struct btrfs_path *path,
2667 struct btrfs_key *new_key);
2668int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root
2669 *root, struct btrfs_key *key, struct btrfs_path *p, int
2670 ins_len, int cow);
2671int btrfs_search_old_slot(struct btrfs_root *root, struct btrfs_key *key,
2672 struct btrfs_path *p, u64 time_seq);
2671int btrfs_realloc_node(struct btrfs_trans_handle *trans,
2672 struct btrfs_root *root, struct extent_buffer *parent,
2673 int start_slot, int cache_only, u64 *last_ret,
2674 struct btrfs_key *progress);
2675void btrfs_release_path(struct btrfs_path *p);
2676struct btrfs_path *btrfs_alloc_path(void);
2677void btrfs_free_path(struct btrfs_path *p);
2678void btrfs_set_path_blocking(struct btrfs_path *p);

--- 444 unchanged lines hidden ---
2673int btrfs_realloc_node(struct btrfs_trans_handle *trans,
2674 struct btrfs_root *root, struct extent_buffer *parent,
2675 int start_slot, int cache_only, u64 *last_ret,
2676 struct btrfs_key *progress);
2677void btrfs_release_path(struct btrfs_path *p);
2678struct btrfs_path *btrfs_alloc_path(void);
2679void btrfs_free_path(struct btrfs_path *p);
2680void btrfs_set_path_blocking(struct btrfs_path *p);

--- 444 unchanged lines hidden ---