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