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()
851 struct btrfs_path *path, int level) in balance_level()
1121 struct btrfs_path *path, int level) in push_nodes_for_insert()
1271 struct btrfs_path *path, in reada_for_search()
1353 static noinline void reada_for_balance(struct btrfs_path *path, int level) in reada_for_balance()
1386 static noinline void unlock_up(struct btrfs_path *path, int level, in unlock_up()
1440 read_block_for_search(struct btrfs_root *root, struct btrfs_path *p, in read_block_for_search()
1599 struct btrfs_root *root, struct btrfs_path *p, in setup_nodes_for_search()
1643 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path, in btrfs_find_item()
1679 struct btrfs_path *p, in btrfs_search_slot_get_root()
1772 static int finish_need_commit_sem_search(struct btrfs_path *path) in finish_need_commit_sem_search()
1821 struct btrfs_path *path, in search_leaf()
1978 const struct btrfs_key *key, struct btrfs_path *p, in btrfs_search_slot()
2233 struct btrfs_path *p, u64 time_seq) in btrfs_search_old_slot()
2334 static int btrfs_prev_leaf(struct btrfs_root *root, struct btrfs_path *path) in btrfs_prev_leaf()
2420 struct btrfs_path *p, int find_higher, in btrfs_search_slot_for_read()
2490 struct btrfs_path *path) in btrfs_search_backwards()
2516 struct btrfs_path *path) in btrfs_get_next_valid_item()
2539 const struct btrfs_path *path, in fixup_low_keys()
2569 const struct btrfs_path *path, in btrfs_set_item_key_safe()
2834 struct btrfs_path *path, int level) in insert_new_root()
2903 const struct btrfs_path *path, in insert_ptr()
2960 struct btrfs_path *path, int level) in split_node()
3094 struct btrfs_path *path, in __push_leaf_right()
3232 *root, struct btrfs_path *path, in push_leaf_right()
3310 struct btrfs_path *path, int data_size, in __push_leaf_left()
3448 *root, struct btrfs_path *path, int min_data_size, in push_leaf_left()
3510 struct btrfs_path *path, in copy_for_split()
3580 struct btrfs_path *path, in push_for_double_split()
3641 struct btrfs_path *path, int data_size, in split_leaf()
3825 struct btrfs_path *path, int ins_len) in setup_leaf_for_split()
3891 struct btrfs_path *path, in split_item()
3974 struct btrfs_path *path, in btrfs_split_item()
3995 const struct btrfs_path *path, u32 new_size, int from_end) in btrfs_truncate_item()
4087 const struct btrfs_path *path, u32 data_size) in btrfs_extend_item()
4157 struct btrfs_root *root, struct btrfs_path *path, in setup_items_for_insert()
4255 struct btrfs_path *path, in btrfs_setup_item_for_insert()
4279 struct btrfs_path *path, in btrfs_insert_empty_items()
4309 struct btrfs_path *path; in btrfs_insert_item()
4337 struct btrfs_path *path, in btrfs_duplicate_item()
4370 struct btrfs_path *path, int level, int slot) in btrfs_del_ptr()
4428 struct btrfs_path *path, in btrfs_del_leaf()
4459 struct btrfs_path *path, int slot, int nr) in btrfs_del_items()
4607 struct btrfs_path *path, in btrfs_search_forward()
4721 int btrfs_find_next_key(struct btrfs_root *root, struct btrfs_path *path, in btrfs_find_next_key()
4786 int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path, in btrfs_next_old_leaf()
4985 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq) in btrfs_next_old_item()
5000 struct btrfs_path *path, u64 min_objectid, in btrfs_previous_item()
5042 struct btrfs_path *path, u64 min_objectid) in btrfs_previous_extent_item()
5079 btrfs_path_cachep = KMEM_CACHE(btrfs_path, 0); in btrfs_ctree_init()