Lines Matching refs:tmp_path
891 struct btrfs_path *tmp_path; in iterate_inode_ref() local
910 tmp_path = alloc_path_for_send(); in iterate_inode_ref()
911 if (!tmp_path) { in iterate_inode_ref()
947 start = btrfs_ref_to_path(root, tmp_path, name_len, in iterate_inode_ref()
960 start = btrfs_ref_to_path(root, tmp_path, in iterate_inode_ref()
986 btrfs_free_path(tmp_path); in iterate_inode_ref()
1315 struct btrfs_path *tmp_path; in find_extent_clone() local
1320 tmp_path = alloc_path_for_send(); in find_extent_clone()
1321 if (!tmp_path) in find_extent_clone()
1325 tmp_path->need_commit_sem = 0; in find_extent_clone()
1361 ret = extent_from_logical(fs_info, disk_byte, tmp_path, in find_extent_clone()
1372 ei = btrfs_item_ptr(tmp_path->nodes[0], tmp_path->slots[0], in find_extent_clone()
1381 if (btrfs_extent_refs(tmp_path->nodes[0], ei) > SEND_MAX_EXTENT_REFS) { in find_extent_clone()
1385 btrfs_release_path(tmp_path); in find_extent_clone()
1475 btrfs_free_path(tmp_path); in find_extent_clone()