Searched refs:src_path (Results 1 – 1 of 1) sorted by relevance
3595 struct btrfs_path *src_path, u64 *last_extent, in copy_items() argument3604 struct extent_buffer *src = src_path->nodes[0]; in copy_items()3762 ret = btrfs_prev_leaf(BTRFS_I(inode)->root, src_path); in copy_items()3767 if (src_path->slots[0]) in copy_items()3768 src_path->slots[0]--; in copy_items()3769 src = src_path->nodes[0]; in copy_items()3770 btrfs_item_key_to_cpu(src, &key, src_path->slots[0]); in copy_items()3774 extent = btrfs_item_ptr(src, src_path->slots[0], in copy_items()3779 src_path->slots[0], in copy_items()3803 btrfs_release_path(src_path); in copy_items()[all …]