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