Lines Matching refs:left_path

100 	struct btrfs_path *left_path;  member
3834 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_new_ref()
3952 ret = find_iref(sctx->send_root, sctx->left_path, sctx->cmp_key, in __record_changed_deleted_ref()
3966 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_changed_ref()
4168 ret = iterate_dir_item(sctx->send_root, sctx->left_path, in process_new_xattr()
4280 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, in __process_changed_deleted_xattr()
4295 ret = iterate_dir_item(sctx->send_root, sctx->left_path, in process_changed_xattr()
4667 struct btrfs_path *left_path, in is_extent_unchanged() argument
4693 eb = left_path->nodes[0]; in is_extent_unchanged()
4694 slot = left_path->slots[0]; in is_extent_unchanged()
5215 left_ii = btrfs_item_ptr(sctx->left_path->nodes[0], in changed_inode()
5216 sctx->left_path->slots[0], in changed_inode()
5218 left_gen = btrfs_inode_generation(sctx->left_path->nodes[0], in changed_inode()
5250 sctx->left_path->nodes[0], left_ii); in changed_inode()
5252 sctx->left_path->nodes[0], left_ii); in changed_inode()
5254 sctx->left_path->nodes[0], left_ii); in changed_inode()
5296 sctx->left_path->nodes[0], left_ii); in changed_inode()
5298 sctx->left_path->nodes[0], left_ii); in changed_inode()
5300 sctx->left_path->nodes[0], left_ii); in changed_inode()
5330 sctx->left_path->nodes[0], left_ii); in changed_inode()
5332 sctx->left_path->nodes[0], left_ii); in changed_inode()
5408 ret = process_extent(sctx, sctx->left_path, in changed_extent()
5479 struct btrfs_path *left_path, in changed_cb() argument
5491 ret = compare_refs(sctx, left_path, key); in changed_cb()
5497 return maybe_send_hole(sctx, left_path, key); in changed_cb()
5505 sctx->left_path = left_path; in changed_cb()