Searched refs:to_path (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/fs/ |
D | namespace.c | 3521 struct path from_path, to_path; in SYSCALL_DEFINE5() local 3549 ret = user_path_at(to_dfd, to_pathname, lflags, &to_path); in SYSCALL_DEFINE5() 3553 ret = security_move_mount(&from_path, &to_path); in SYSCALL_DEFINE5() 3557 ret = do_move_mount(&from_path, &to_path); in SYSCALL_DEFINE5() 3560 path_put(&to_path); in SYSCALL_DEFINE5()
|
/Linux-v5.4/include/linux/ |
D | security.h | 304 int security_move_mount(const struct path *from_path, const struct path *to_path); 675 const struct path *to_path) in security_move_mount() argument
|
D | lsm_hooks.h | 1517 int (*move_mount)(const struct path *from_path, const struct path *to_path);
|
D | syscalls.h | 993 int to_dfd, const char __user *to_path,
|
/Linux-v5.4/security/ |
D | security.c | 902 int security_move_mount(const struct path *from_path, const struct path *to_path) in security_move_mount() argument 904 return call_int_hook(move_mount, 0, from_path, to_path); in security_move_mount()
|
/Linux-v5.4/fs/cifs/ |
D | inode.c | 1720 const char *to_path) argument 1740 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
|
/Linux-v5.4/fs/btrfs/ |
D | send.c | 3193 struct fs_path *to_path = NULL; in apply_dir_move() local 3254 to_path = name; in apply_dir_move() 3256 ret = get_cur_path(sctx, pm->ino, pm->gen, to_path); in apply_dir_move() 3260 ret = send_rename(sctx, from_path, to_path); in apply_dir_move() 3324 fs_path_free(to_path); in apply_dir_move()
|