Searched refs:to_path (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/fs/ |
D | namespace.c | 3590 struct path from_path, to_path; in SYSCALL_DEFINE5() local 3618 ret = user_path_at(to_dfd, to_pathname, lflags, &to_path); in SYSCALL_DEFINE5() 3622 ret = security_move_mount(&from_path, &to_path); in SYSCALL_DEFINE5() 3626 ret = do_move_mount(&from_path, &to_path); in SYSCALL_DEFINE5() 3629 path_put(&to_path); in SYSCALL_DEFINE5()
|
/Linux-v5.10/include/linux/ |
D | security.h | 311 int security_move_mount(const struct path *from_path, const struct path *to_path); 694 const struct path *to_path) in security_move_mount() argument
|
D | lsm_hook_defs.h | 82 const struct path *to_path)
|
D | syscalls.h | 1000 int to_dfd, const char __user *to_path,
|
/Linux-v5.10/security/ |
D | security.c | 959 int security_move_mount(const struct path *from_path, const struct path *to_path) in security_move_mount() argument 961 return call_int_hook(move_mount, 0, from_path, to_path); in security_move_mount()
|
/Linux-v5.10/fs/btrfs/ |
D | send.c | 3219 struct fs_path *to_path = NULL; in apply_dir_move() local 3280 to_path = name; in apply_dir_move() 3282 ret = get_cur_path(sctx, pm->ino, pm->gen, to_path); in apply_dir_move() 3286 ret = send_rename(sctx, from_path, to_path); in apply_dir_move() 3350 fs_path_free(to_path); in apply_dir_move()
|
/Linux-v5.10/fs/cifs/ |
D | inode.c | 2001 const char *to_path) argument 2021 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
|
/Linux-v5.10/security/selinux/ |
D | hooks.c | 2740 const struct path *to_path) in selinux_move_mount() argument 2744 return path_has_perm(cred, to_path, FILE__MOUNTON); in selinux_move_mount()
|