Lines Matching refs:tmp_path
942 struct btrfs_path *tmp_path; in iterate_inode_ref() local
961 tmp_path = alloc_path_for_send(); in iterate_inode_ref()
962 if (!tmp_path) { in iterate_inode_ref()
997 start = btrfs_ref_to_path(root, tmp_path, name_len, in iterate_inode_ref()
1010 start = btrfs_ref_to_path(root, tmp_path, in iterate_inode_ref()
1036 btrfs_free_path(tmp_path); in iterate_inode_ref()
1358 struct btrfs_path *tmp_path; in find_extent_clone() local
1363 tmp_path = alloc_path_for_send(); in find_extent_clone()
1364 if (!tmp_path) in find_extent_clone()
1368 tmp_path->need_commit_sem = 0; in find_extent_clone()
1398 ret = extent_from_logical(fs_info, disk_byte, tmp_path, in find_extent_clone()
1409 ei = btrfs_item_ptr(tmp_path->nodes[0], tmp_path->slots[0], in find_extent_clone()
1418 if (btrfs_extent_refs(tmp_path->nodes[0], ei) > SEND_MAX_EXTENT_REFS) { in find_extent_clone()
1422 btrfs_release_path(tmp_path); in find_extent_clone()
1519 btrfs_free_path(tmp_path); in find_extent_clone()