Lines Matching refs:right_path

86 	struct btrfs_path *right_path;  member
273 struct btrfs_path *right_path,
4253 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_deleted_ref()
4334 ret = find_iref(sctx->parent_root, sctx->right_path, in __record_changed_new_ref()
4375 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_changed_ref()
4583 return iterate_dir_item(sctx->parent_root, sctx->right_path, in process_deleted_xattr()
4655 ret = find_xattr(sctx->parent_root, sctx->right_path, in __process_changed_new_xattr()
4702 ret = iterate_dir_item(sctx->parent_root, sctx->right_path, in process_changed_xattr()
6124 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode()
6125 sctx->right_path->slots[0], in changed_inode()
6127 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode()
6131 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode()
6132 sctx->right_path->slots[0], in changed_inode()
6135 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode()
6192 sctx->right_path->nodes[0], right_ii); in changed_inode()
6194 sctx->right_path->nodes[0], right_ii); in changed_inode()
6211 sctx->right_path->nodes[0], right_ii); in changed_inode()
6213 sctx->right_path->nodes[0], right_ii); in changed_inode()
6428 struct btrfs_path *right_path, in changed_cb() argument
6454 sctx->right_path = right_path; in changed_cb()
6601 struct btrfs_path *right_path, in tree_compare_item() argument
6609 len2 = btrfs_item_size_nr(right_path->nodes[0], right_path->slots[0]); in tree_compare_item()
6614 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item()
6615 right_path->slots[0]); in tree_compare_item()
6619 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1); in tree_compare_item()
6646 struct btrfs_path *right_path = NULL; in btrfs_compare_trees() local
6668 right_path = btrfs_alloc_path(); in btrfs_compare_trees()
6669 if (!right_path) { in btrfs_compare_trees()
6682 right_path->search_commit_root = 1; in btrfs_compare_trees()
6683 right_path->skip_locking = 1; in btrfs_compare_trees()
6734 right_path->nodes[right_level] = in btrfs_compare_trees()
6736 if (!right_path->nodes[right_level]) { in btrfs_compare_trees()
6750 btrfs_item_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()
6751 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()
6753 btrfs_node_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()
6754 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()
6773 ret = tree_advance(right_path, &right_level, in btrfs_compare_trees()
6789 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
6800 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
6814 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
6822 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
6833 ret = tree_compare_item(left_path, right_path, in btrfs_compare_trees()
6839 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
6857 right_path->nodes[right_level], in btrfs_compare_trees()
6858 right_path->slots[right_level]); in btrfs_compare_trees()
6863 right_path->nodes[right_level], in btrfs_compare_trees()
6864 right_path->slots[right_level]); in btrfs_compare_trees()
6887 btrfs_free_path(right_path); in btrfs_compare_trees()