Lines Matching refs:btrfs_path
85 struct btrfs_path *left_path;
86 struct btrfs_path *right_path;
272 typedef int (*btrfs_changed_cb_t)(struct btrfs_path *left_path,
273 struct btrfs_path *right_path,
533 static struct btrfs_path *alloc_path_for_send(void) in alloc_path_for_send()
535 struct btrfs_path *path; in alloc_path_for_send()
816 static int __get_inode_info(struct btrfs_root *root, struct btrfs_path *path, in __get_inode_info()
857 struct btrfs_path *path; in get_inode_info()
881 static int iterate_inode_ref(struct btrfs_root *root, struct btrfs_path *path, in iterate_inode_ref()
889 struct btrfs_path *tmp_path; in iterate_inode_ref()
1001 static int iterate_dir_item(struct btrfs_root *root, struct btrfs_path *path, in iterate_dir_item()
1137 struct btrfs_path *p; in get_inode_path()
1286 struct btrfs_path *path, in find_extent_clone()
1304 struct btrfs_path *tmp_path; in find_extent_clone()
1459 struct btrfs_path *path; in read_symlink()
1519 struct btrfs_path *path; in gen_unique_name()
1685 struct btrfs_path *path; in lookup_dir_item_inode()
1720 struct btrfs_path *path; in get_first_ref()
2325 struct btrfs_path *path; in send_subvol_begin()
2506 struct btrfs_path *path = NULL; in send_utimes()
2651 struct btrfs_path *path = NULL; in did_create_dir()
2910 struct btrfs_path *path; in can_rmdir()
3434 struct btrfs_path *path; in wait_for_dest_dir_move()
3562 struct btrfs_path *path = NULL; in is_ancestor()
4298 struct btrfs_path *path, in find_iref()
4394 struct btrfs_path *path; in process_all_refs()
4615 struct btrfs_path *path, in find_xattr()
4713 struct btrfs_path *path; in process_all_new_xattrs()
5085 struct btrfs_path *path; in clone_range()
5310 struct btrfs_path *path, in send_write_or_clone()
5364 struct btrfs_path *left_path, in is_extent_unchanged()
5369 struct btrfs_path *path = NULL; in is_extent_unchanged()
5555 struct btrfs_path *path; in get_last_extent()
5601 struct btrfs_path *path; in range_is_hole_in_parent()
5672 static int maybe_send_hole(struct send_ctx *sctx, struct btrfs_path *path, in maybe_send_hole()
5731 struct btrfs_path *path, in process_extent()
5794 struct btrfs_path *path; in process_all_extents()
6027 struct btrfs_path *path; in btrfs_unlink_all_paths()
6383 static int compare_refs(struct send_ctx *sctx, struct btrfs_path *path, in compare_refs()
6427 static int changed_cb(struct btrfs_path *left_path, in changed_cb()
6428 struct btrfs_path *right_path, in changed_cb()
6487 struct btrfs_path *path; in full_send_tree()
6532 static int tree_move_down(struct btrfs_path *path, int *level) in tree_move_down()
6547 static int tree_move_next_or_upnext(struct btrfs_path *path, in tree_move_next_or_upnext()
6577 static int tree_advance(struct btrfs_path *path, in tree_advance()
6600 static int tree_compare_item(struct btrfs_path *left_path, in tree_compare_item()
6601 struct btrfs_path *right_path, in tree_compare_item()
6645 struct btrfs_path *left_path = NULL; in btrfs_compare_trees()
6646 struct btrfs_path *right_path = NULL; in btrfs_compare_trees()