ctree.h (630dc772ea51bca3ec6fac609f450cbe0cafd1d6) ctree.h (2f38b3e1900634e64a186873b3388b1bf85dabc0)
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,

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

2851 struct btrfs_root *root,
2852 struct btrfs_path *path,
2853 struct btrfs_key *new_key);
2854int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root
2855 *root, struct btrfs_key *key, struct btrfs_path *p, int
2856 ins_len, int cow);
2857int btrfs_search_old_slot(struct btrfs_root *root, struct btrfs_key *key,
2858 struct btrfs_path *p, u64 time_seq);
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,

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

2851 struct btrfs_root *root,
2852 struct btrfs_path *path,
2853 struct btrfs_key *new_key);
2854int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root
2855 *root, struct btrfs_key *key, struct btrfs_path *p, int
2856 ins_len, int cow);
2857int btrfs_search_old_slot(struct btrfs_root *root, struct btrfs_key *key,
2858 struct btrfs_path *p, u64 time_seq);
2859int btrfs_search_slot_for_read(struct btrfs_root *root,
2860 struct btrfs_key *key, struct btrfs_path *p,
2861 int find_higher, int return_any);
2859int btrfs_realloc_node(struct btrfs_trans_handle *trans,
2860 struct btrfs_root *root, struct extent_buffer *parent,
2861 int start_slot, int cache_only, u64 *last_ret,
2862 struct btrfs_key *progress);
2863void btrfs_release_path(struct btrfs_path *p);
2864struct btrfs_path *btrfs_alloc_path(void);
2865void btrfs_free_path(struct btrfs_path *p);
2866void btrfs_set_path_blocking(struct btrfs_path *p);

--- 456 unchanged lines hidden ---
2862int btrfs_realloc_node(struct btrfs_trans_handle *trans,
2863 struct btrfs_root *root, struct extent_buffer *parent,
2864 int start_slot, int cache_only, u64 *last_ret,
2865 struct btrfs_key *progress);
2866void btrfs_release_path(struct btrfs_path *p);
2867struct btrfs_path *btrfs_alloc_path(void);
2868void btrfs_free_path(struct btrfs_path *p);
2869void btrfs_set_path_blocking(struct btrfs_path *p);

--- 456 unchanged lines hidden ---