Lines Matching refs:dst_path

3568 			  struct btrfs_path *dst_path, int key_type,  in log_dir_items()  argument
3629 ret = overwrite_item(trans, log, dst_path, in log_dir_items()
3667 ret = overwrite_item(trans, log, dst_path, src, i, in log_dir_items()
3725 ret = overwrite_item(trans, log, dst_path, in log_dir_items()
3737 btrfs_release_path(dst_path); in log_dir_items()
3768 struct btrfs_path *dst_path, in log_directory_changes() argument
3780 ret = log_dir_items(trans, root, inode, path, dst_path, key_type, in log_directory_changes()
3932 struct btrfs_path *dst_path, in copy_items() argument
3972 ret = btrfs_insert_empty_items(trans, log, dst_path, in copy_items()
3979 for (i = 0; i < nr; i++, dst_path->slots[0]++) { in copy_items()
3980 dst_offset = btrfs_item_ptr_offset(dst_path->nodes[0], in copy_items()
3981 dst_path->slots[0]); in copy_items()
3989 inode_item = btrfs_item_ptr(dst_path->nodes[0], in copy_items()
3990 dst_path->slots[0], in copy_items()
3992 fill_inode_item(trans, dst_path->nodes[0], inode_item, in copy_items()
3997 copy_extent_buffer(dst_path->nodes[0], src, dst_offset, in copy_items()
4053 btrfs_release_path(dst_path); in copy_items()
4061 btrfs_mark_buffer_dirty(dst_path->nodes[0]); in copy_items()
4062 btrfs_release_path(dst_path); in copy_items()
4404 struct btrfs_path *dst_path = NULL; in btrfs_log_prealloc_extents() local
4426 ret = copy_items(trans, inode, dst_path, path, in btrfs_log_prealloc_extents()
4472 if (!dst_path) { in btrfs_log_prealloc_extents()
4473 dst_path = btrfs_alloc_path(); in btrfs_log_prealloc_extents()
4474 if (!dst_path) { in btrfs_log_prealloc_extents()
4481 ret = copy_items(trans, inode, dst_path, path, &last_extent, in btrfs_log_prealloc_extents()
4488 btrfs_free_path(dst_path); in btrfs_log_prealloc_extents()
4645 struct btrfs_path *dst_path) in btrfs_log_all_xattrs() argument
4670 ret = copy_items(trans, inode, dst_path, path, in btrfs_log_all_xattrs()
4700 ret = copy_items(trans, inode, dst_path, path, in btrfs_log_all_xattrs()
5105 struct btrfs_path *dst_path; in btrfs_log_inode() local
5126 dst_path = btrfs_alloc_path(); in btrfs_log_inode()
5127 if (!dst_path) { in btrfs_log_inode()
5163 btrfs_free_path(dst_path); in btrfs_log_inode()
5286 ret = copy_items(trans, inode, dst_path, path, in btrfs_log_inode()
5309 ret = copy_items(trans, inode, dst_path, path, in btrfs_log_inode()
5333 ret = copy_items(trans, inode, dst_path, path, &last_extent, in btrfs_log_inode()
5357 ret = copy_items(trans, inode, dst_path, path, in btrfs_log_inode()
5379 ret = copy_items(trans, inode, dst_path, path, &last_extent, in btrfs_log_inode()
5391 btrfs_release_path(dst_path); in btrfs_log_inode()
5392 err = btrfs_log_all_xattrs(trans, root, inode, path, dst_path); in btrfs_log_inode()
5398 btrfs_release_path(dst_path); in btrfs_log_inode()
5405 btrfs_release_path(dst_path); in btrfs_log_inode()
5407 err = log_inode_item(trans, log, dst_path, inode); in btrfs_log_inode()
5410 dst_path); in btrfs_log_inode()
5417 ret = btrfs_log_changed_extents(trans, root, inode, dst_path, in btrfs_log_inode()
5456 ret = log_directory_changes(trans, root, inode, path, dst_path, in btrfs_log_inode()
5482 btrfs_free_path(dst_path); in btrfs_log_inode()