Lines Matching refs:left_path

100 	struct btrfs_path *left_path;  member
3914 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_new_ref()
4032 ret = find_iref(sctx->send_root, sctx->left_path, sctx->cmp_key, in __record_changed_deleted_ref()
4046 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, in record_changed_ref()
4248 ret = iterate_dir_item(sctx->send_root, sctx->left_path, in process_new_xattr()
4360 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, in __process_changed_deleted_xattr()
4375 ret = iterate_dir_item(sctx->send_root, sctx->left_path, in process_changed_xattr()
4916 struct btrfs_path *left_path, in is_extent_unchanged() argument
4942 eb = left_path->nodes[0]; in is_extent_unchanged()
4943 slot = left_path->slots[0]; in is_extent_unchanged()
5464 left_ii = btrfs_item_ptr(sctx->left_path->nodes[0], in changed_inode()
5465 sctx->left_path->slots[0], in changed_inode()
5467 left_gen = btrfs_inode_generation(sctx->left_path->nodes[0], in changed_inode()
5499 sctx->left_path->nodes[0], left_ii); in changed_inode()
5501 sctx->left_path->nodes[0], left_ii); in changed_inode()
5503 sctx->left_path->nodes[0], left_ii); in changed_inode()
5545 sctx->left_path->nodes[0], left_ii); in changed_inode()
5547 sctx->left_path->nodes[0], left_ii); in changed_inode()
5549 sctx->left_path->nodes[0], left_ii); in changed_inode()
5579 sctx->left_path->nodes[0], left_ii); in changed_inode()
5581 sctx->left_path->nodes[0], left_ii); in changed_inode()
5657 ret = process_extent(sctx, sctx->left_path, in changed_extent()
5728 struct btrfs_path *left_path, in changed_cb() argument
5740 ret = compare_refs(sctx, left_path, key); in changed_cb()
5746 return maybe_send_hole(sctx, left_path, key); in changed_cb()
5754 sctx->left_path = left_path; in changed_cb()