Lines Matching refs:right_path

95 	struct btrfs_path *right_path;  member
4398 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_deleted_ref()
4479 ret = find_iref(sctx->parent_root, sctx->right_path, in __record_changed_new_ref()
4520 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_changed_ref()
4732 return iterate_dir_item(sctx->parent_root, sctx->right_path, in process_deleted_xattr()
4804 ret = find_xattr(sctx->parent_root, sctx->right_path, in __process_changed_new_xattr()
4851 ret = iterate_dir_item(sctx->parent_root, sctx->right_path, in process_changed_xattr()
6275 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode()
6276 sctx->right_path->slots[0], in changed_inode()
6278 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode()
6282 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode()
6283 sctx->right_path->slots[0], in changed_inode()
6286 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode()
6343 sctx->right_path->nodes[0], right_ii); in changed_inode()
6345 sctx->right_path->nodes[0], right_ii); in changed_inode()
6362 sctx->right_path->nodes[0], right_ii); in changed_inode()
6364 sctx->right_path->nodes[0], right_ii); in changed_inode()
6579 struct btrfs_path *right_path, in changed_cb() argument
6605 sctx->right_path = right_path; in changed_cb()
6752 struct btrfs_path *right_path, in tree_compare_item() argument
6760 len2 = btrfs_item_size_nr(right_path->nodes[0], right_path->slots[0]); in tree_compare_item()
6765 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item()
6766 right_path->slots[0]); in tree_compare_item()
6770 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1); in tree_compare_item()
6796 struct btrfs_path *right_path = NULL; in btrfs_compare_trees() local
6818 right_path = btrfs_alloc_path(); in btrfs_compare_trees()
6819 if (!right_path) { in btrfs_compare_trees()
6832 right_path->search_commit_root = 1; in btrfs_compare_trees()
6833 right_path->skip_locking = 1; in btrfs_compare_trees()
6884 right_path->nodes[right_level] = in btrfs_compare_trees()
6886 if (!right_path->nodes[right_level]) { in btrfs_compare_trees()
6900 btrfs_item_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()
6901 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()
6903 btrfs_node_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()
6904 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()
6923 ret = tree_advance(right_path, &right_level, in btrfs_compare_trees()
6939 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
6950 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
6964 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
6972 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
6983 ret = tree_compare_item(left_path, right_path, in btrfs_compare_trees()
6989 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
7007 right_path->nodes[right_level], in btrfs_compare_trees()
7008 right_path->slots[right_level]); in btrfs_compare_trees()
7013 right_path->nodes[right_level], in btrfs_compare_trees()
7014 right_path->slots[right_level]); in btrfs_compare_trees()
7037 btrfs_free_path(right_path); in btrfs_compare_trees()