Lines Matching refs:src_path
3800 struct btrfs_path *src_path, u64 *last_extent, in copy_items() argument
3810 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()
4014 src = src_path->nodes[0]; in copy_items()
4015 i = src_path->slots[0]; in copy_items()
4029 if (i >= btrfs_header_nritems(src_path->nodes[0])) { in copy_items()
4030 ret = btrfs_next_leaf(inode->root, src_path); in copy_items()
4034 src = src_path->nodes[0]; in copy_items()
4080 i == btrfs_header_nritems(src_path->nodes[0])) { in copy_items()
4081 ret = btrfs_next_leaf(inode->root, src_path); in copy_items()
4086 btrfs_item_key_to_cpu(src_path->nodes[0], &key, in copy_items()
4087 src_path->slots[0]); in copy_items()