Searched refs:dst_path (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | fs-ioctl.c | 207 struct path src_path, dst_path; in bch2_ioctl_subvolume_create() local 254 &dst_path, lookup_flags); in bch2_ioctl_subvolume_create() 269 dir = dst_path.dentry->d_inode; in bch2_ioctl_subvolume_create() 290 error = security_path_mkdir(&dst_path, dst_dentry, arg.mode); in bch2_ioctl_subvolume_create() 311 done_path_create(&dst_path, dst_dentry); in bch2_ioctl_subvolume_create()
|
| /linux-6.15/fs/btrfs/ |
| H A D | tree-log.c | 3632 dst = dst_path->nodes[0]; in flush_dir_items_batch() 3646 btrfs_release_path(dst_path); in flush_dir_items_batch() 3966 btrfs_release_path(dst_path); in log_dir_items() 4549 btrfs_release_path(dst_path); in copy_items() 4886 if (!dst_path) { in btrfs_log_prealloc_extents() 4888 if (!dst_path) { in btrfs_log_prealloc_extents() 4899 btrfs_free_path(dst_path); in btrfs_log_prealloc_extents() 6394 struct btrfs_path *dst_path; in btrfs_log_inode() local 6414 if (!dst_path) { in btrfs_log_inode() 6594 btrfs_release_path(dst_path); in btrfs_log_inode() [all …]
|
| H A D | qgroup.c | 2496 dst_path->nodes[cur_level] = eb; in qgroup_trace_new_subtree_blocks() 2497 dst_path->slots[cur_level] = 0; in qgroup_trace_new_subtree_blocks() 2510 eb = dst_path->nodes[cur_level]; in qgroup_trace_new_subtree_blocks() 2536 dst_path->slots[cur_level] = 0; in qgroup_trace_new_subtree_blocks() 2537 dst_path->locks[cur_level] = 0; in qgroup_trace_new_subtree_blocks() 2571 dst_path = btrfs_alloc_path(); in qgroup_trace_subtree_swap() 2572 if (!dst_path) { in qgroup_trace_subtree_swap() 2578 dst_path->nodes[level] = dst_eb; in qgroup_trace_subtree_swap() 2579 dst_path->slots[level] = 0; in qgroup_trace_subtree_swap() 2580 dst_path->locks[level] = 0; in qgroup_trace_subtree_swap() [all …]
|
| H A D | send.c | 5838 static int clone_range(struct send_ctx *sctx, struct btrfs_path *dst_path, in clone_range() argument 5865 return send_extent_data(sctx, dst_path, offset, len); in clone_range() 5963 ret = send_extent_data(sctx, dst_path, offset, in clone_range() 6039 ret = send_extent_data(sctx, dst_path, in clone_range() 6066 ret = send_extent_data(sctx, dst_path, offset, in clone_range() 6099 ret = send_extent_data(sctx, dst_path, offset, len); in clone_range()
|
| /linux-6.15/include/trace/events/ |
| H A D | cgroup.h | 132 __string( dst_path, path ) 140 __assign_str(dst_path); 147 __get_str(dst_path), __entry->pid, __get_str(comm))
|
| /linux-6.15/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 1980 const char *const src_path, const char *const dst_path) in copy_file() argument 1985 dst_fd = open(dst_path, O_WRONLY | O_TRUNC | O_CLOEXEC); in copy_file() 1988 TH_LOG("Failed to open \"%s\": %s", dst_path, strerror(errno)); in copy_file()
|