Lines Matching refs:right_path

160 	struct btrfs_path *right_path;  member
4758 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, sctx->cmp_key, in record_deleted_ref()
4774 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, sctx->cmp_key, in record_changed_ref()
4937 return iterate_dir_item(sctx->parent_root, sctx->right_path, in process_deleted_xattr()
5011 ret = find_xattr(sctx->parent_root, sctx->right_path, in __process_changed_new_xattr()
5058 return iterate_dir_item(sctx->parent_root, sctx->right_path, in process_changed_xattr()
6800 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode()
6801 sctx->right_path->slots[0], in changed_inode()
6803 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode()
6807 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode()
6808 sctx->right_path->slots[0], in changed_inode()
6811 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode()
6879 sctx->right_path->nodes[0], right_ii); in changed_inode()
6881 sctx->right_path->nodes[0], right_ii); in changed_inode()
6886 old_nlinks = btrfs_inode_nlink(sctx->right_path->nodes[0], right_ii); in changed_inode()
6909 sctx->right_path->nodes[0], right_ii); in changed_inode()
6911 sctx->right_path->nodes[0], right_ii); in changed_inode()
7140 struct btrfs_path *right_path, in changed_cb() argument
7187 if (right_path && right_path->nodes[0]) in changed_cb()
7189 &right_path->nodes[0]->bflags)); in changed_cb()
7208 sctx->right_path = right_path; in changed_cb()
7460 struct btrfs_path *right_path, in tree_compare_item() argument
7468 len2 = btrfs_item_size(right_path->nodes[0], right_path->slots[0]); in tree_compare_item()
7473 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item()
7474 right_path->slots[0]); in tree_compare_item()
7478 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1); in tree_compare_item()
7504 struct btrfs_path *right_path, in restart_after_relocation() argument
7517 btrfs_release_path(right_path); in restart_after_relocation()
7530 right_path->lowest_level = right_level; in restart_after_relocation()
7531 ret = search_key_again(sctx, sctx->parent_root, right_path, right_key); in restart_after_relocation()
7548 ret = replace_node_with_clone(right_path, 0); in restart_after_relocation()
7567 ret = replace_node_with_clone(right_path, root_level); in restart_after_relocation()
7595 BTRFS_PATH_AUTO_FREE(right_path); in btrfs_compare_trees()
7618 right_path = btrfs_alloc_path(); in btrfs_compare_trees()
7619 if (!right_path) { in btrfs_compare_trees()
7632 right_path->search_commit_root = true; in btrfs_compare_trees()
7633 right_path->skip_locking = true; in btrfs_compare_trees()
7690 right_path->nodes[right_level] = in btrfs_compare_trees()
7692 if (!right_path->nodes[right_level]) { in btrfs_compare_trees()
7712 btrfs_item_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()
7713 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()
7715 btrfs_node_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()
7716 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()
7729 ret = restart_after_relocation(left_path, right_path, in btrfs_compare_trees()
7750 ret = tree_advance(right_path, &right_level, in btrfs_compare_trees()
7767 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
7780 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
7796 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
7802 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
7811 ret = tree_compare_item(left_path, right_path, in btrfs_compare_trees()
7817 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
7837 right_path->nodes[right_level], in btrfs_compare_trees()
7838 right_path->slots[right_level]); in btrfs_compare_trees()
7843 right_path->nodes[right_level], in btrfs_compare_trees()
7844 right_path->slots[right_level]); in btrfs_compare_trees()