Lines Matching refs:btrfs_path
94 struct btrfs_path *left_path;
95 struct btrfs_path *right_path;
282 typedef int (*btrfs_changed_cb_t)(struct btrfs_path *left_path,
283 struct btrfs_path *right_path,
543 static struct btrfs_path *alloc_path_for_send(void) in alloc_path_for_send()
545 struct btrfs_path *path; in alloc_path_for_send()
826 static int __get_inode_info(struct btrfs_root *root, struct btrfs_path *path, in __get_inode_info()
867 struct btrfs_path *path; in get_inode_info()
891 static int iterate_inode_ref(struct btrfs_root *root, struct btrfs_path *path, in iterate_inode_ref()
899 struct btrfs_path *tmp_path; in iterate_inode_ref()
1019 static int iterate_dir_item(struct btrfs_root *root, struct btrfs_path *path, in iterate_dir_item()
1155 struct btrfs_path *p; in get_inode_path()
1313 struct btrfs_path *path, in find_extent_clone()
1331 struct btrfs_path *tmp_path; in find_extent_clone()
1501 struct btrfs_path *path; in read_symlink()
1561 struct btrfs_path *path; in gen_unique_name()
1727 struct btrfs_path *path; in lookup_dir_item_inode()
1762 struct btrfs_path *path; in get_first_ref()
2367 struct btrfs_path *path; in send_subvol_begin()
2548 struct btrfs_path *path = NULL; in send_utimes()
2693 struct btrfs_path *path = NULL; in did_create_dir()
2959 struct btrfs_path *path; in can_rmdir()
3488 struct btrfs_path *path; in wait_for_dest_dir_move()
3616 struct btrfs_path *path = NULL; in is_ancestor()
4482 struct btrfs_path *path, in find_iref()
4578 struct btrfs_path *path; in process_all_refs()
4803 struct btrfs_path *path, in find_xattr()
4901 struct btrfs_path *path; in process_all_new_xattrs()
5280 struct btrfs_path *path; in send_capabilities()
5335 struct btrfs_path *path; in clone_range()
5597 struct btrfs_path *path, in send_write_or_clone()
5651 struct btrfs_path *left_path, in is_extent_unchanged()
5656 struct btrfs_path *path = NULL; in is_extent_unchanged()
5842 struct btrfs_path *path; in get_last_extent()
5888 struct btrfs_path *path; in range_is_hole_in_parent()
5959 static int maybe_send_hole(struct send_ctx *sctx, struct btrfs_path *path, in maybe_send_hole()
6018 struct btrfs_path *path, in process_extent()
6081 struct btrfs_path *path; in process_all_extents()
6318 struct btrfs_path *path; in btrfs_unlink_all_paths()
6674 static int compare_refs(struct send_ctx *sctx, struct btrfs_path *path, in compare_refs()
6718 static int changed_cb(struct btrfs_path *left_path, in changed_cb()
6719 struct btrfs_path *right_path, in changed_cb()
6778 struct btrfs_path *path; in full_send_tree()
6823 static int tree_move_down(struct btrfs_path *path, int *level) in tree_move_down()
6838 static int tree_move_next_or_upnext(struct btrfs_path *path, in tree_move_next_or_upnext()
6868 static int tree_advance(struct btrfs_path *path, in tree_advance()
6891 static int tree_compare_item(struct btrfs_path *left_path, in tree_compare_item()
6892 struct btrfs_path *right_path, in tree_compare_item()
6936 struct btrfs_path *left_path = NULL; in btrfs_compare_trees()
6937 struct btrfs_path *right_path = NULL; in btrfs_compare_trees()