Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dnamespace.c3521 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/
Dsecurity.h304 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
Dlsm_hooks.h1517 int (*move_mount)(const struct path *from_path, const struct path *to_path);
Dsyscalls.h993 int to_dfd, const char __user *to_path,
/Linux-v5.4/security/
Dsecurity.c902 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/
Dinode.c1720 const char *to_path) argument
1740 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
/Linux-v5.4/fs/btrfs/
Dsend.c3193 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()