Lines Matching refs:right_path
86 struct btrfs_path *right_path; member
4255 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_deleted_ref()
4336 ret = find_iref(sctx->parent_root, sctx->right_path, in __record_changed_new_ref()
4377 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_changed_ref()
4585 return iterate_dir_item(sctx->parent_root, sctx->right_path, in process_deleted_xattr()
4657 ret = find_xattr(sctx->parent_root, sctx->right_path, in __process_changed_new_xattr()
4704 ret = iterate_dir_item(sctx->parent_root, sctx->right_path, in process_changed_xattr()
6048 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode()
6049 sctx->right_path->slots[0], in changed_inode()
6051 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode()
6055 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode()
6056 sctx->right_path->slots[0], in changed_inode()
6059 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode()
6116 sctx->right_path->nodes[0], right_ii); in changed_inode()
6118 sctx->right_path->nodes[0], right_ii); in changed_inode()
6135 sctx->right_path->nodes[0], right_ii); in changed_inode()
6137 sctx->right_path->nodes[0], right_ii); in changed_inode()
6273 leaf_r = sctx->right_path->nodes[0]; in changed_extent()
6278 sctx->right_path->slots[0], in changed_extent()
6399 struct btrfs_path *right_path, in changed_cb() argument
6425 sctx->right_path = right_path; in changed_cb()