Lines Matching defs:right_path
95 struct btrfs_path *right_path;
4422 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path,
4503 ret = find_iref(sctx->parent_root, sctx->right_path,
4544 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path,
4756 return iterate_dir_item(sctx->parent_root, sctx->right_path,
4828 ret = find_xattr(sctx->parent_root, sctx->right_path,
4875 ret = iterate_dir_item(sctx->parent_root, sctx->right_path,
6340 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0],
6341 sctx->right_path->slots[0],
6343 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0],
6347 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0],
6348 sctx->right_path->slots[0],
6351 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0],
6408 sctx->right_path->nodes[0], right_ii);
6410 sctx->right_path->nodes[0], right_ii);
6427 sctx->right_path->nodes[0], right_ii);
6429 sctx->right_path->nodes[0], right_ii);
6644 struct btrfs_path *right_path,
6670 sctx->right_path = right_path;
6817 struct btrfs_path *right_path,
6825 len2 = btrfs_item_size_nr(right_path->nodes[0], right_path->slots[0]);
6830 off2 = btrfs_item_ptr_offset(right_path->nodes[0],
6831 right_path->slots[0]);
6835 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1);
6861 struct btrfs_path *right_path = NULL;
6883 right_path = btrfs_alloc_path();
6884 if (!right_path) {
6897 right_path->search_commit_root = 1;
6898 right_path->skip_locking = 1;
6949 right_path->nodes[right_level] =
6951 if (!right_path->nodes[right_level]) {
6965 btrfs_item_key_to_cpu(right_path->nodes[right_level],
6966 &right_key, right_path->slots[right_level]);
6968 btrfs_node_key_to_cpu(right_path->nodes[right_level],
6969 &right_key, right_path->slots[right_level]);
6988 ret = tree_advance(right_path, &right_level,
7004 ret = changed_cb(left_path, right_path,
7015 ret = changed_cb(left_path, right_path,
7029 ret = changed_cb(left_path, right_path,
7037 ret = changed_cb(left_path, right_path,
7048 ret = tree_compare_item(left_path, right_path,
7054 ret = changed_cb(left_path, right_path,
7072 right_path->nodes[right_level],
7073 right_path->slots[right_level]);
7078 right_path->nodes[right_level],
7079 right_path->slots[right_level]);
7102 btrfs_free_path(right_path);