Lines Matching refs:btrfs_path
47 struct btrfs_path *btrfs_alloc_path(void) in btrfs_alloc_path()
49 struct btrfs_path *path; in btrfs_alloc_path()
50 path = kzalloc(sizeof(struct btrfs_path), GFP_NOFS); in btrfs_alloc_path()
54 void btrfs_free_path(struct btrfs_path *p) in btrfs_free_path()
62 void btrfs_release_path(struct btrfs_path *p) in btrfs_release_path()
216 struct btrfs_path *path, int level) in check_block()
328 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *found_path, in btrfs_find_item()
335 struct btrfs_path *path; in btrfs_find_item()
391 struct btrfs_path *p, int ins_len, int cow) in btrfs_search_slot()
498 struct btrfs_path *p, int find_higher, in btrfs_search_slot_for_read()
605 int btrfs_prev_leaf(struct btrfs_root *root, struct btrfs_path *path) in btrfs_prev_leaf()
666 struct btrfs_path *path) in btrfs_next_sibling_tree_block()
709 struct btrfs_path *path, u64 min_objectid, in btrfs_previous_item()