Searched refs:dst_path (Results 1 – 4 of 4) sorted by relevance
| /fs/btrfs/ |
| A D | qgroup.c | 2470 dst_path->nodes[cur_level] = eb; in qgroup_trace_new_subtree_blocks() 2471 dst_path->slots[cur_level] = 0; in qgroup_trace_new_subtree_blocks() 2484 eb = dst_path->nodes[cur_level]; in qgroup_trace_new_subtree_blocks() 2510 dst_path->slots[cur_level] = 0; in qgroup_trace_new_subtree_blocks() 2511 dst_path->locks[cur_level] = 0; in qgroup_trace_new_subtree_blocks() 2545 dst_path = btrfs_alloc_path(); in qgroup_trace_subtree_swap() 2546 if (!dst_path) { in qgroup_trace_subtree_swap() 2552 dst_path->nodes[level] = dst_eb; in qgroup_trace_subtree_swap() 2553 dst_path->slots[level] = 0; in qgroup_trace_subtree_swap() 2554 dst_path->locks[level] = 0; in qgroup_trace_subtree_swap() [all …]
|
| A D | tree-log.c | 3690 dst = dst_path->nodes[0]; in flush_dir_items_batch() 3704 btrfs_release_path(dst_path); in flush_dir_items_batch() 4024 btrfs_release_path(dst_path); in log_dir_items() 4600 btrfs_release_path(dst_path); in copy_items() 4937 if (!dst_path) { in btrfs_log_prealloc_extents() 4939 if (!dst_path) { in btrfs_log_prealloc_extents() 4950 btrfs_free_path(dst_path); in btrfs_log_prealloc_extents() 6445 struct btrfs_path *dst_path; in btrfs_log_inode() local 6465 if (!dst_path) { in btrfs_log_inode() 6658 btrfs_release_path(dst_path); in btrfs_log_inode() [all …]
|
| A D | send.c | 5811 static int clone_range(struct send_ctx *sctx, struct btrfs_path *dst_path, in clone_range() argument 5838 return send_extent_data(sctx, dst_path, offset, len); in clone_range() 5936 ret = send_extent_data(sctx, dst_path, offset, in clone_range() 6012 ret = send_extent_data(sctx, dst_path, in clone_range() 6039 ret = send_extent_data(sctx, dst_path, offset, in clone_range() 6072 ret = send_extent_data(sctx, dst_path, offset, len); in clone_range()
|
| /fs/bcachefs/ |
| A D | fs-ioctl.c | 213 struct path src_path, dst_path; in bch2_ioctl_subvolume_create() local 260 &dst_path, lookup_flags); in bch2_ioctl_subvolume_create() 275 dir = dst_path.dentry->d_inode; in bch2_ioctl_subvolume_create() 296 error = security_path_mkdir(&dst_path, dst_dentry, arg.mode); in bch2_ioctl_subvolume_create() 317 done_path_create(&dst_path, dst_dentry); in bch2_ioctl_subvolume_create()
|
Completed in 40 milliseconds