Searched refs:dst_path (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/btrfs/ |
| A D | tree-log.c | 3710 dst = dst_path->nodes[0]; in flush_dir_items_batch() 3724 btrfs_release_path(dst_path); in flush_dir_items_batch() 3999 btrfs_release_path(dst_path); in log_dir_items() 4365 dst_path->slots[0]); in copy_items() 4371 dst_path->slots[0], in copy_items() 4775 if (!dst_path) { in btrfs_log_prealloc_extents() 4777 if (!dst_path) { in btrfs_log_prealloc_extents() 4788 btrfs_free_path(dst_path); in btrfs_log_prealloc_extents() 5580 struct btrfs_path *dst_path; in btrfs_log_inode() local 5599 if (!dst_path) { in btrfs_log_inode() [all …]
|
| A D | qgroup.c | 2119 dst_path->nodes[cur_level] = eb; in qgroup_trace_new_subtree_blocks() 2120 dst_path->slots[cur_level] = 0; in qgroup_trace_new_subtree_blocks() 2133 eb = dst_path->nodes[cur_level]; in qgroup_trace_new_subtree_blocks() 2159 dst_path->slots[cur_level] = 0; in qgroup_trace_new_subtree_blocks() 2160 dst_path->locks[cur_level] = 0; in qgroup_trace_new_subtree_blocks() 2194 dst_path = btrfs_alloc_path(); in qgroup_trace_subtree_swap() 2195 if (!dst_path) { in qgroup_trace_subtree_swap() 2201 dst_path->nodes[level] = dst_eb; in qgroup_trace_subtree_swap() 2202 dst_path->slots[level] = 0; in qgroup_trace_subtree_swap() 2203 dst_path->locks[level] = 0; in qgroup_trace_subtree_swap() [all …]
|
| /linux/include/trace/events/ |
| A D | cgroup.h | 132 __string( dst_path, path ) 140 __assign_str(dst_path, path); 147 __get_str(dst_path), __entry->pid, __get_str(comm))
|
| /linux/fs/ksmbd/ |
| A D | vfs.c | 781 struct path dst_path; in ksmbd_vfs_fp_rename() local 798 &dst_path, false); in ksmbd_vfs_fp_rename() 803 dst_dent_parent = dst_path.dentry; in ksmbd_vfs_fp_rename() 827 mnt_user_ns(dst_path.mnt), in ksmbd_vfs_fp_rename() 835 path_put(&dst_path); in ksmbd_vfs_fp_rename()
|
| /linux/tools/testing/selftests/landlock/ |
| A D | fs_test.c | 1498 const char *const dst_path) in copy_binary() argument 1503 dst_fd = open(dst_path, O_WRONLY | O_TRUNC | O_CLOEXEC); in copy_binary() 1505 TH_LOG("Failed to open \"%s\": %s", dst_path, in copy_binary()
|
Completed in 43 milliseconds