Lines Matching refs:tmp_path
904 struct btrfs_path *tmp_path; in iterate_inode_ref() local
923 tmp_path = alloc_path_for_send(); in iterate_inode_ref()
924 if (!tmp_path) { in iterate_inode_ref()
960 start = btrfs_ref_to_path(root, tmp_path, name_len, in iterate_inode_ref()
973 start = btrfs_ref_to_path(root, tmp_path, in iterate_inode_ref()
999 btrfs_free_path(tmp_path); in iterate_inode_ref()
1325 struct btrfs_path *tmp_path; in find_extent_clone() local
1330 tmp_path = alloc_path_for_send(); in find_extent_clone()
1331 if (!tmp_path) in find_extent_clone()
1335 tmp_path->need_commit_sem = 0; in find_extent_clone()
1365 ret = extent_from_logical(fs_info, disk_byte, tmp_path, in find_extent_clone()
1376 ei = btrfs_item_ptr(tmp_path->nodes[0], tmp_path->slots[0], in find_extent_clone()
1385 if (btrfs_extent_refs(tmp_path->nodes[0], ei) > SEND_MAX_EXTENT_REFS) { in find_extent_clone()
1389 btrfs_release_path(tmp_path); in find_extent_clone()
1466 btrfs_free_path(tmp_path); in find_extent_clone()