Searched refs:src_path (Results 1 - 7 of 7) sorted by last modified time

/linux-master/tools/testing/selftests/drivers/net/lib/py/
H A Dremote.py8 def Remote(kind, args, src_path):
14 dir_path = os.path.abspath(src_path + "/../")
H A Denv.py11 def _load_env_file(src_path):
14 src_dir = Path(src_path).parent.resolve()
39 def __init__(self, src_path, **kwargs):
42 self.env = _load_env_file(src_path)
81 def __init__(self, src_path, nsim_test=None):
83 self.env = _load_env_file(src_path)
120 self.remote = Remote(kind, args, src_path)
/linux-master/fs/btrfs/
H A Dtree-log.c4327 struct btrfs_path *src_path,
4371 ret = clone_leaf(src_path, ctx);
4375 src = src_path->nodes[0];
4324 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
H A Dqgroup.c2185 * 2) Mark the final tree blocks in @src_path and @dst_path qgroup dirty
2204 struct btrfs_path *src_path; local
2215 src_path = btrfs_alloc_path();
2216 if (!src_path) {
2226 /* For src_path */
2228 src_path->nodes[root_level] = src_eb;
2229 src_path->slots[root_level] = dst_path->slots[root_level];
2230 src_path->locks[root_level] = 0;
2237 if (src_path->nodes[cur_level] == NULL) {
2241 eb = src_path
[all...]
/linux-master/fs/bcachefs/
H A Dfs-ioctl.c318 struct path src_path, dst_path; local
350 how, &src_path);
354 if (src_path.dentry->d_sb->s_fs_info != c) {
355 path_put(&src_path);
360 snapshot_src = inode_inum(to_bch_ei(src_path.dentry->d_inode));
422 path_put(&src_path);
/linux-master/fs/vboxsf/
H A Dvboxsf_wrappers.c179 int vboxsf_rename(u32 root, struct shfl_string *src_path, argument
188 parms.src.u.pointer.size = shfl_string_buf_size(src_path);
189 parms.src.u.pointer.u.linear_addr = (uintptr_t)src_path;
H A Dvfsmod.h123 int vboxsf_rename(u32 root, struct shfl_string *src_path,

Completed in 201 milliseconds