Searched refs:src_path (Results 1 – 1 of 1) sorted by relevance
3800 struct btrfs_path *src_path, u64 *last_extent, in copy_items() argument3810 struct extent_buffer *src = src_path->nodes[0]; in copy_items()3969 ret = btrfs_prev_leaf(inode->root, src_path); in copy_items()3974 if (src_path->slots[0]) in copy_items()3975 src_path->slots[0]--; in copy_items()3976 src = src_path->nodes[0]; in copy_items()3977 btrfs_item_key_to_cpu(src, &key, src_path->slots[0]); in copy_items()3981 extent = btrfs_item_ptr(src, src_path->slots[0], in copy_items()4008 btrfs_release_path(src_path); in copy_items()4010 src_path, 0, 0); in copy_items()[all …]