Lines Matching refs:btrfs_path

30 		      *root, struct btrfs_path *path, int level);
32 const struct btrfs_key *ins_key, struct btrfs_path *path,
138 struct btrfs_path *btrfs_alloc_path(void) in btrfs_alloc_path()
146 void btrfs_free_path(struct btrfs_path *p) in btrfs_free_path()
160 noinline void btrfs_release_path(struct btrfs_path *p) in btrfs_release_path()
862 struct btrfs_path *path, int level) in balance_level()
1132 struct btrfs_path *path, int level) in push_nodes_for_insert()
1282 const struct btrfs_path *path, in reada_for_search()
1364 static noinline void reada_for_balance(const struct btrfs_path *path, int level) in reada_for_balance()
1397 static noinline void unlock_up(struct btrfs_path *path, int level, in unlock_up()
1451 read_block_for_search(struct btrfs_root *root, struct btrfs_path *p, in read_block_for_search()
1610 struct btrfs_root *root, struct btrfs_path *p, in setup_nodes_for_search()
1654 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path, in btrfs_find_item()
1690 struct btrfs_path *p, in btrfs_search_slot_get_root()
1783 static int finish_need_commit_sem_search(struct btrfs_path *path) in finish_need_commit_sem_search()
1832 struct btrfs_path *path, in search_leaf()
1988 const struct btrfs_key *key, struct btrfs_path *p, in btrfs_search_slot()
2242 struct btrfs_path *p, u64 time_seq) in btrfs_search_old_slot()
2343 static int btrfs_prev_leaf(struct btrfs_root *root, struct btrfs_path *path) in btrfs_prev_leaf()
2429 struct btrfs_path *p, int find_higher, in btrfs_search_slot_for_read()
2499 struct btrfs_path *path) in btrfs_search_backwards()
2525 struct btrfs_path *path) in btrfs_get_next_valid_item()
2548 const struct btrfs_path *path, in fixup_low_keys()
2578 const struct btrfs_path *path, in btrfs_set_item_key_safe()
2843 struct btrfs_path *path, int level) in insert_new_root()
2913 const struct btrfs_path *path, in insert_ptr()
2970 struct btrfs_path *path, int level) in split_node()
3104 struct btrfs_path *path, in __push_leaf_right()
3240 *root, struct btrfs_path *path, in push_leaf_right()
3318 struct btrfs_path *path, int data_size, in __push_leaf_left()
3453 *root, struct btrfs_path *path, int min_data_size, in push_leaf_left()
3515 struct btrfs_path *path, in copy_for_split()
3583 struct btrfs_path *path, in push_for_double_split()
3644 struct btrfs_path *path, int data_size, in split_leaf()
3828 struct btrfs_path *path, int ins_len) in setup_leaf_for_split()
3894 struct btrfs_path *path, in split_item()
3977 struct btrfs_path *path, in btrfs_split_item()
3998 const struct btrfs_path *path, u32 new_size, int from_end) in btrfs_truncate_item()
4088 const struct btrfs_path *path, u32 data_size) in btrfs_extend_item()
4156 struct btrfs_root *root, struct btrfs_path *path, in setup_items_for_insert()
4252 struct btrfs_path *path, in btrfs_setup_item_for_insert()
4276 struct btrfs_path *path, in btrfs_insert_empty_items()
4333 struct btrfs_path *path, in btrfs_duplicate_item()
4366 struct btrfs_path *path, int level, int slot) in btrfs_del_ptr()
4424 struct btrfs_path *path, in btrfs_del_leaf()
4455 struct btrfs_path *path, int slot, int nr) in btrfs_del_items()
4598 struct btrfs_path *path, in btrfs_search_forward()
4704 int btrfs_find_next_key(struct btrfs_root *root, struct btrfs_path *path, in btrfs_find_next_key()
4769 int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path, in btrfs_next_old_leaf()
4968 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq) in btrfs_next_old_item()
4983 struct btrfs_path *path, u64 min_objectid, in btrfs_previous_item()
5025 struct btrfs_path *path, u64 min_objectid) in btrfs_previous_extent_item()
5062 btrfs_path_cachep = KMEM_CACHE(btrfs_path, 0); in btrfs_ctree_init()