Lines Matching refs:path1
684 struct btrfs_path *path1; local
705 path1 = btrfs_alloc_path();
707 if (!path1 || !path2) {
711 path1->reada = 1;
731 path1->search_commit_root = 1;
732 path1->skip_locking = 1;
733 ret = btrfs_search_slot(NULL, rc->extent_root, &key, path1,
740 ASSERT(path1->slots[0]);
742 path1->slots[0]--;
767 eb = path1->nodes[0];
770 if (path1->slots[0] >= btrfs_header_nritems(eb)) {
771 ret = btrfs_next_leaf(rc->extent_root, path1);
778 eb = path1->nodes[0];
781 btrfs_item_key_to_cpu(eb, &key, path1->slots[0]);
789 ret = find_inline_backref(eb, path1->slots[0],
820 ref0 = btrfs_item_ptr(eb, path1->slots[0],
1014 path1->slots[0]++;
1016 btrfs_release_path(path1);
1134 btrfs_free_path(path1);