Searched refs:src_path (Results 1 – 1 of 1) sorted by relevance
3487 struct btrfs_path *src_path, u64 *last_extent, in copy_items() argument3496 struct extent_buffer *src = src_path->nodes[0]; in copy_items()3654 ret = btrfs_prev_leaf(BTRFS_I(inode)->root, src_path); in copy_items()3659 if (src_path->slots[0]) in copy_items()3660 src_path->slots[0]--; in copy_items()3661 src = src_path->nodes[0]; in copy_items()3662 btrfs_item_key_to_cpu(src, &key, src_path->slots[0]); in copy_items()3666 extent = btrfs_item_ptr(src, src_path->slots[0], in copy_items()3671 src_path->slots[0], in copy_items()3695 btrfs_release_path(src_path); in copy_items()[all …]