ctree.h (871cafcc962fa1655c44b4f0e54d4c5cc14e273c) ctree.h (e00f7308658622fbd483cb0d9fe41165bf9050d0)
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,

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

1829 ins_len, int cow);
1830int btrfs_realloc_node(struct btrfs_trans_handle *trans,
1831 struct btrfs_root *root, struct extent_buffer *parent,
1832 int start_slot, int cache_only, u64 *last_ret,
1833 struct btrfs_key *progress);
1834void btrfs_release_path(struct btrfs_root *root, struct btrfs_path *p);
1835struct btrfs_path *btrfs_alloc_path(void);
1836void btrfs_free_path(struct btrfs_path *p);
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,

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

1829 ins_len, int cow);
1830int btrfs_realloc_node(struct btrfs_trans_handle *trans,
1831 struct btrfs_root *root, struct extent_buffer *parent,
1832 int start_slot, int cache_only, u64 *last_ret,
1833 struct btrfs_key *progress);
1834void btrfs_release_path(struct btrfs_root *root, struct btrfs_path *p);
1835struct btrfs_path *btrfs_alloc_path(void);
1836void btrfs_free_path(struct btrfs_path *p);
1837void btrfs_init_path(struct btrfs_path *p);
1838void btrfs_set_path_blocking(struct btrfs_path *p);
1839void btrfs_clear_path_blocking(struct btrfs_path *p);
1840void btrfs_unlock_up_safe(struct btrfs_path *p, int level);
1841
1842int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root,
1843 struct btrfs_path *path, int slot, int nr);
1844int btrfs_del_leaf(struct btrfs_trans_handle *trans,
1845 struct btrfs_root *root,

--- 282 unchanged lines hidden ---
1837void btrfs_set_path_blocking(struct btrfs_path *p);
1838void btrfs_clear_path_blocking(struct btrfs_path *p);
1839void btrfs_unlock_up_safe(struct btrfs_path *p, int level);
1840
1841int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root,
1842 struct btrfs_path *path, int slot, int nr);
1843int btrfs_del_leaf(struct btrfs_trans_handle *trans,
1844 struct btrfs_root *root,

--- 282 unchanged lines hidden ---