Home
last modified time | relevance | path

Searched refs:to_path (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch461 def clone_from(cls, url: PathLike, to_path: PathLike, progress: Optional[Callable] = None,
480 - return cls._clone(git, url, to_path, GitCmdObjectDB, progress, multi_options, **kwargs)
481 + return cls._clone(git, url, to_path, GitCmdObjectDB, progress, multi_options,
/OK3568_Linux_fs/kernel/fs/
H A Dnamespace.c3614 struct path from_path, to_path; in SYSCALL_DEFINE5() local
3642 ret = user_path_at(to_dfd, to_pathname, lflags, &to_path); in SYSCALL_DEFINE5()
3646 ret = security_move_mount(&from_path, &to_path); in SYSCALL_DEFINE5()
3650 ret = do_move_mount(&from_path, &to_path); in SYSCALL_DEFINE5()
3653 path_put(&to_path); in SYSCALL_DEFINE5()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h312 int security_move_mount(const struct path *from_path, const struct path *to_path);
698 const struct path *to_path) in security_move_mount() argument
H A Dlsm_hook_defs.h82 const struct path *to_path)
H A Dsyscalls.h1025 int to_dfd, const char __user *to_path,
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c939 int security_move_mount(const struct path *from_path, const struct path *to_path) in security_move_mount() argument
941 return call_int_hook(move_mount, 0, from_path, to_path); in security_move_mount()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsend.c3229 struct fs_path *to_path = NULL; in apply_dir_move() local
3293 to_path = name; in apply_dir_move()
3295 ret = get_cur_path(sctx, pm->ino, pm->gen, to_path); in apply_dir_move()
3299 ret = send_rename(sctx, from_path, to_path); in apply_dir_move()
3363 fs_path_free(to_path); in apply_dir_move()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dinode.c2003 const char *to_path) argument
2023 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c2753 const struct path *to_path) in selinux_move_mount() argument
2757 return path_has_perm(cred, to_path, FILE__MOUNTON); in selinux_move_mount()