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 D | 0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch | 461 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 D | namespace.c | 3614 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 D | security.h | 312 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 D | lsm_hook_defs.h | 82 const struct path *to_path)
|
| H A D | syscalls.h | 1025 int to_dfd, const char __user *to_path,
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 939 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 D | send.c | 3229 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 D | inode.c | 2003 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 D | hooks.c | 2753 const struct path *to_path) in selinux_move_mount() argument 2757 return path_has_perm(cred, to_path, FILE__MOUNTON); in selinux_move_mount()
|