Lines Matching refs:dst_path

3581 			  struct btrfs_path *dst_path, int key_type,  in log_dir_items()  argument
3642 ret = overwrite_item(trans, log, dst_path, in log_dir_items()
3688 ret = overwrite_item(trans, log, dst_path, src, i, in log_dir_items()
3746 ret = overwrite_item(trans, log, dst_path, in log_dir_items()
3758 btrfs_release_path(dst_path); in log_dir_items()
3789 struct btrfs_path *dst_path, in log_directory_changes() argument
3801 ret = log_dir_items(trans, root, inode, path, dst_path, key_type, in log_directory_changes()
3995 struct btrfs_path *dst_path, in copy_items() argument
4029 ret = btrfs_insert_empty_items(trans, log, dst_path, in copy_items()
4036 for (i = 0; i < nr; i++, dst_path->slots[0]++) { in copy_items()
4037 dst_offset = btrfs_item_ptr_offset(dst_path->nodes[0], in copy_items()
4038 dst_path->slots[0]); in copy_items()
4043 inode_item = btrfs_item_ptr(dst_path->nodes[0], in copy_items()
4044 dst_path->slots[0], in copy_items()
4046 fill_inode_item(trans, dst_path->nodes[0], inode_item, in copy_items()
4051 copy_extent_buffer(dst_path->nodes[0], src, dst_offset, in copy_items()
4098 btrfs_mark_buffer_dirty(dst_path->nodes[0]); in copy_items()
4099 btrfs_release_path(dst_path); in copy_items()
4333 struct btrfs_path *dst_path = NULL; in btrfs_log_prealloc_extents() local
4392 ret = copy_items(trans, inode, dst_path, path, in btrfs_log_prealloc_extents()
4437 if (!dst_path) { in btrfs_log_prealloc_extents()
4438 dst_path = btrfs_alloc_path(); in btrfs_log_prealloc_extents()
4439 if (!dst_path) { in btrfs_log_prealloc_extents()
4446 ret = copy_items(trans, inode, dst_path, path, in btrfs_log_prealloc_extents()
4450 btrfs_free_path(dst_path); in btrfs_log_prealloc_extents()
4614 struct btrfs_path *dst_path) in btrfs_log_all_xattrs() argument
4641 ret = copy_items(trans, inode, dst_path, path, in btrfs_log_all_xattrs()
4667 ret = copy_items(trans, inode, dst_path, path, in btrfs_log_all_xattrs()
5099 struct btrfs_path *dst_path, in copy_inode_items_to_log() argument
5158 ret = copy_items(trans, inode, dst_path, path, in copy_inode_items_to_log()
5176 ret = copy_items(trans, inode, dst_path, path, in copy_inode_items_to_log()
5194 ret = copy_items(trans, inode, dst_path, path, ins_start_slot, in copy_inode_items_to_log()
5208 ret = copy_items(trans, inode, dst_path, path, in copy_inode_items_to_log()
5227 ret = copy_items(trans, inode, dst_path, path, ins_start_slot, in copy_inode_items_to_log()
5239 ret = btrfs_log_prealloc_extents(trans, inode, dst_path); in copy_inode_items_to_log()
5265 struct btrfs_path *dst_path; in btrfs_log_inode() local
5282 dst_path = btrfs_alloc_path(); in btrfs_log_inode()
5283 if (!dst_path) { in btrfs_log_inode()
5323 btrfs_free_path(dst_path); in btrfs_log_inode()
5418 path, dst_path, logged_isize, in btrfs_log_inode()
5425 btrfs_release_path(dst_path); in btrfs_log_inode()
5426 err = btrfs_log_all_xattrs(trans, root, inode, path, dst_path); in btrfs_log_inode()
5432 btrfs_release_path(dst_path); in btrfs_log_inode()
5439 btrfs_release_path(dst_path); in btrfs_log_inode()
5441 err = log_inode_item(trans, log, dst_path, inode); in btrfs_log_inode()
5444 dst_path); in btrfs_log_inode()
5451 ret = btrfs_log_changed_extents(trans, root, inode, dst_path, in btrfs_log_inode()
5467 ret = log_directory_changes(trans, root, inode, path, dst_path, in btrfs_log_inode()
5508 btrfs_free_path(dst_path); in btrfs_log_inode()