Lines Matching refs:src_path
3933 struct btrfs_path *src_path, u64 *last_extent, in copy_items() argument
3943 struct extent_buffer *src = src_path->nodes[0]; in copy_items()
4102 ret = btrfs_prev_leaf(inode->root, src_path); in copy_items()
4107 if (src_path->slots[0]) in copy_items()
4108 src_path->slots[0]--; in copy_items()
4109 src = src_path->nodes[0]; in copy_items()
4110 btrfs_item_key_to_cpu(src, &key, src_path->slots[0]); in copy_items()
4114 extent = btrfs_item_ptr(src, src_path->slots[0], in copy_items()
4141 btrfs_release_path(src_path); in copy_items()
4143 src_path, 0, 0); in copy_items()
4147 src = src_path->nodes[0]; in copy_items()
4148 i = src_path->slots[0]; in copy_items()
4162 if (i >= btrfs_header_nritems(src_path->nodes[0])) { in copy_items()
4163 ret = btrfs_next_leaf(inode->root, src_path); in copy_items()
4167 src = src_path->nodes[0]; in copy_items()
4213 i == btrfs_header_nritems(src_path->nodes[0])) { in copy_items()
4214 ret = btrfs_next_leaf(inode->root, src_path); in copy_items()
4219 btrfs_item_key_to_cpu(src_path->nodes[0], &key, in copy_items()
4220 src_path->slots[0]); in copy_items()