Searched refs:dst_path (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/trace/events/
H A Dcgroup.h132 __string( dst_path, path )
140 __assign_str(dst_path, path);
145 TP_printk("dst_root=%d dst_id=%llu dst_level=%d dst_path=%s pid=%d comm=%s",
147 __get_str(dst_path), __entry->pid, __get_str(comm))
/linux-master/fs/btrfs/
H A Dtree-log.c3577 struct btrfs_path *dst_path,
3626 ret = btrfs_insert_empty_items(trans, log, dst_path, &batch);
3630 dst = dst_path->nodes[0];
3641 dst_offset = btrfs_item_ptr_offset(dst, dst_path->slots[0] + count - 1);
3644 btrfs_release_path(dst_path);
3693 struct btrfs_path *dst_path,
3739 ret = insert_dir_log_key(trans, log, dst_path,
3792 ret = flush_dir_items_batch(trans, inode, src, dst_path,
3809 struct btrfs_path *dst_path,
3917 ret = process_dir_items_leaf(trans, inode, path, dst_path, ct
3574 flush_dir_items_batch(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct extent_buffer *src, struct btrfs_path *dst_path, int start_slot, int count) argument
3690 process_dir_items_leaf(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, struct btrfs_path *dst_path, struct btrfs_log_ctx *ctx, u64 *last_old_dentry_offset) argument
3806 log_dir_items(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, struct btrfs_path *dst_path, struct btrfs_log_ctx *ctx, u64 min_offset, u64 *last_offset_ret) argument
4063 log_directory_changes(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, struct btrfs_path *dst_path, struct btrfs_log_ctx *ctx) argument
4322 copy_items(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *dst_path, struct btrfs_path *src_path, int start_slot, int nr, int inode_only, u64 logged_isize, struct btrfs_log_ctx *ctx) argument
4775 struct btrfs_path *dst_path = NULL; local
5042 btrfs_log_all_xattrs(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, struct btrfs_path *dst_path, struct btrfs_log_ctx *ctx) argument
5848 copy_inode_items_to_log(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_key *min_key, const struct btrfs_key *max_key, struct btrfs_path *path, struct btrfs_path *dst_path, const u64 logged_isize, const int inode_only, struct btrfs_log_ctx *ctx, bool *need_log_inode_item) argument
6391 struct btrfs_path *dst_path; local
[all...]
H A Dqgroup.c2179 * @dst_path = [ nodes[1] = NN(a), nodes[0] = NN(c) ]
2190 * The key for search can be extracted from @dst_path->nodes[dst_level]
2193 * 2) Mark the final tree blocks in @src_path and @dst_path qgroup dirty
2207 struct btrfs_path *dst_path,
2230 btrfs_node_key_to_cpu(dst_path->nodes[dst_level], &key, 0);
2232 btrfs_item_key_to_cpu(dst_path->nodes[dst_level], &key, 0);
2237 src_path->slots[root_level] = dst_path->slots[root_level];
2264 src_path->slots[cur_level] = dst_path->slots[cur_level];
2266 btrfs_node_key_to_cpu(dst_path->nodes[cur_level],
2267 &dst_key, dst_path
2205 qgroup_trace_extent_swap(struct btrfs_trans_handle* trans, struct extent_buffer *src_eb, struct btrfs_path *dst_path, int dst_level, int root_level, bool trace_leaf) argument
2331 qgroup_trace_new_subtree_blocks(struct btrfs_trans_handle* trans, struct extent_buffer *src_eb, struct btrfs_path *dst_path, int cur_level, int root_level, u64 last_snapshot, bool trace_leaf) argument
2440 struct btrfs_path *dst_path = NULL; local
[all...]
H A Dsend.c5883 static int clone_range(struct send_ctx *sctx, struct btrfs_path *dst_path, argument
5910 return send_extent_data(sctx, dst_path, offset, len);
6008 ret = send_extent_data(sctx, dst_path, offset,
6084 ret = send_extent_data(sctx, dst_path,
6111 ret = send_extent_data(sctx, dst_path, offset,
6144 ret = send_extent_data(sctx, dst_path, offset, len);
/linux-master/fs/bcachefs/
H A Dfs-ioctl.c318 struct path src_path, dst_path; local
365 &dst_path, lookup_flags);
380 dir = dst_path.dentry->d_inode;
401 error = security_path_mkdir(&dst_path, dst_dentry, arg.mode);
419 done_path_create(&dst_path, dst_dentry);
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c1931 const char *const dst_path)
1936 dst_fd = open(dst_path, O_WRONLY | O_TRUNC | O_CLOEXEC);
1939 TH_LOG("Failed to open \"%s\": %s", dst_path, strerror(errno));
1930 copy_binary(struct __test_metadata *const _metadata, const char *const dst_path) argument

Completed in 177 milliseconds