Lines Matching refs:right_path
95 struct btrfs_path *right_path; member
4395 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_deleted_ref()
4476 ret = find_iref(sctx->parent_root, sctx->right_path, in __record_changed_new_ref()
4517 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_changed_ref()
4729 return iterate_dir_item(sctx->parent_root, sctx->right_path, in process_deleted_xattr()
4801 ret = find_xattr(sctx->parent_root, sctx->right_path, in __process_changed_new_xattr()
4848 ret = iterate_dir_item(sctx->parent_root, sctx->right_path, in process_changed_xattr()
6284 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode()
6285 sctx->right_path->slots[0], in changed_inode()
6287 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode()
6291 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode()
6292 sctx->right_path->slots[0], in changed_inode()
6295 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode()
6352 sctx->right_path->nodes[0], right_ii); in changed_inode()
6354 sctx->right_path->nodes[0], right_ii); in changed_inode()
6371 sctx->right_path->nodes[0], right_ii); in changed_inode()
6373 sctx->right_path->nodes[0], right_ii); in changed_inode()
6588 struct btrfs_path *right_path, in changed_cb() argument
6613 sctx->right_path = right_path; in changed_cb()
6782 struct btrfs_path *right_path, in tree_compare_item() argument
6790 len2 = btrfs_item_size_nr(right_path->nodes[0], right_path->slots[0]); in tree_compare_item()
6795 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item()
6796 right_path->slots[0]); in tree_compare_item()
6800 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1); in tree_compare_item()
6826 struct btrfs_path *right_path = NULL; in btrfs_compare_trees() local
6849 right_path = btrfs_alloc_path(); in btrfs_compare_trees()
6850 if (!right_path) { in btrfs_compare_trees()
6863 right_path->search_commit_root = 1; in btrfs_compare_trees()
6864 right_path->skip_locking = 1; in btrfs_compare_trees()
6915 right_path->nodes[right_level] = in btrfs_compare_trees()
6917 if (!right_path->nodes[right_level]) { in btrfs_compare_trees()
6939 btrfs_item_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()
6940 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()
6942 btrfs_node_key_to_cpu(right_path->nodes[right_level], in btrfs_compare_trees()
6943 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()
6962 ret = tree_advance(right_path, &right_level, in btrfs_compare_trees()
6978 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
6989 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
7003 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
7011 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
7022 ret = tree_compare_item(left_path, right_path, in btrfs_compare_trees()
7028 ret = changed_cb(left_path, right_path, in btrfs_compare_trees()
7046 right_path->nodes[right_level], in btrfs_compare_trees()
7047 right_path->slots[right_level]); in btrfs_compare_trees()
7052 right_path->nodes[right_level], in btrfs_compare_trees()
7053 right_path->slots[right_level]); in btrfs_compare_trees()
7076 btrfs_free_path(right_path); in btrfs_compare_trees()