Lines Matching refs:tmp_path
892 struct btrfs_path *tmp_path;
911 tmp_path = alloc_path_for_send();
912 if (!tmp_path) {
948 start = btrfs_ref_to_path(root, tmp_path, name_len,
961 start = btrfs_ref_to_path(root, tmp_path,
987 btrfs_free_path(tmp_path);
1316 struct btrfs_path *tmp_path;
1321 tmp_path = alloc_path_for_send();
1322 if (!tmp_path)
1326 tmp_path->need_commit_sem = 0;
1362 ret = extent_from_logical(fs_info, disk_byte, tmp_path,
1373 ei = btrfs_item_ptr(tmp_path->nodes[0], tmp_path->slots[0],
1382 if (btrfs_extent_refs(tmp_path->nodes[0], ei) > SEND_MAX_EXTENT_REFS) {
1386 btrfs_release_path(tmp_path);
1476 btrfs_free_path(tmp_path);