Home
last modified time | relevance | path

Searched refs:from_path (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dnamespace.c3614 struct path from_path, to_path; in SYSCALL_DEFINE5() local
3633 ret = user_path_at(from_dfd, from_pathname, lflags, &from_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()
3655 path_put(&from_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);
697 static inline int security_move_mount(const struct path *from_path, in security_move_mount() argument
H A Dlsm_hook_defs.h81 LSM_HOOK(int, 0, move_mount, const struct path *from_path,
H A Dsyscalls.h1024 asmlinkage long sys_move_mount(int from_dfd, const char __user *from_path,
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsend.c3228 struct fs_path *from_path = NULL; in apply_dir_move() local
3242 from_path = fs_path_alloc(); in apply_dir_move()
3243 if (!name || !from_path) { in apply_dir_move()
3257 pm->gen, from_path); in apply_dir_move()
3264 from_path); in apply_dir_move()
3267 ret = fs_path_add_path(from_path, name); in apply_dir_move()
3299 ret = send_rename(sctx, from_path, to_path); in apply_dir_move()
3362 fs_path_free(from_path); in apply_dir_move()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dinode.c2002 const char *from_path, struct dentry *to_dentry, argument
2023 rc = server->ops->rename(xid, tcon, from_path, to_path, cifs_sb);
2047 oparms.path = from_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/security/selinux/
H A Dhooks.c2752 static int selinux_move_mount(const struct path *from_path, in selinux_move_mount() argument