Lines Matching refs:dst_path

3581 			  struct btrfs_path *dst_path, int key_type,
3642 ret = overwrite_item(trans, log, dst_path,
3688 ret = overwrite_item(trans, log, dst_path, src, i,
3746 ret = overwrite_item(trans, log, dst_path,
3758 btrfs_release_path(dst_path);
3789 struct btrfs_path *dst_path,
3801 ret = log_dir_items(trans, root, inode, path, dst_path, key_type,
3995 struct btrfs_path *dst_path,
4029 ret = btrfs_insert_empty_items(trans, log, dst_path,
4036 for (i = 0; i < nr; i++, dst_path->slots[0]++) {
4037 dst_offset = btrfs_item_ptr_offset(dst_path->nodes[0],
4038 dst_path->slots[0]);
4043 inode_item = btrfs_item_ptr(dst_path->nodes[0],
4044 dst_path->slots[0],
4046 fill_inode_item(trans, dst_path->nodes[0], inode_item,
4051 copy_extent_buffer(dst_path->nodes[0], src, dst_offset,
4098 btrfs_mark_buffer_dirty(dst_path->nodes[0]);
4099 btrfs_release_path(dst_path);
4334 struct btrfs_path *dst_path = NULL;
4393 ret = copy_items(trans, inode, dst_path, path,
4438 if (!dst_path) {
4439 dst_path = btrfs_alloc_path();
4440 if (!dst_path) {
4447 ret = copy_items(trans, inode, dst_path, path,
4451 btrfs_free_path(dst_path);
4615 struct btrfs_path *dst_path)
4642 ret = copy_items(trans, inode, dst_path, path,
4668 ret = copy_items(trans, inode, dst_path, path,
5100 struct btrfs_path *dst_path,
5159 ret = copy_items(trans, inode, dst_path, path,
5177 ret = copy_items(trans, inode, dst_path, path,
5195 ret = copy_items(trans, inode, dst_path, path, ins_start_slot,
5209 ret = copy_items(trans, inode, dst_path, path,
5228 ret = copy_items(trans, inode, dst_path, path, ins_start_slot,
5240 ret = btrfs_log_prealloc_extents(trans, inode, dst_path);
5266 struct btrfs_path *dst_path;
5283 dst_path = btrfs_alloc_path();
5284 if (!dst_path) {
5324 btrfs_free_path(dst_path);
5419 path, dst_path, logged_isize,
5426 btrfs_release_path(dst_path);
5427 err = btrfs_log_all_xattrs(trans, root, inode, path, dst_path);
5433 btrfs_release_path(dst_path);
5440 btrfs_release_path(dst_path);
5442 err = log_inode_item(trans, log, dst_path, inode);
5445 dst_path);
5452 ret = btrfs_log_changed_extents(trans, root, inode, dst_path,
5468 ret = log_directory_changes(trans, root, inode, path, dst_path,
5509 btrfs_free_path(dst_path);