Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dmount.h46 const struct path *to_path);
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c30 int to_dfd, const char *to_path, in sys_move_mount() argument
33 return syscall(__NR_move_mount, from_dfd, from_path, to_dfd, to_path, ms_flags); in sys_move_mount()
/openbmc/linux/security/apparmor/
H A Dmount.c487 const struct path *to_path) in aa_move_mount() argument
495 AA_BUG(!to_path); in aa_move_mount()
507 match_mnt(subj_cred, profile, to_path, to_buffer, in aa_move_mount()
H A Dlsm.c622 const struct path *to_path) in apparmor_move_mount() argument
630 to_path); in apparmor_move_mount()
/openbmc/linux/fs/
H A Dnamespace.c2935 static int do_set_group(struct path *from_path, struct path *to_path) in do_set_group() argument
2941 to = real_mount(to_path->mnt); in do_set_group()
2963 if (!path_mounted(to_path)) in do_set_group()
4074 struct path from_path, to_path; in SYSCALL_DEFINE5() local
4106 ret = user_path_at(to_dfd, to_pathname, lflags, &to_path); in SYSCALL_DEFINE5()
4110 ret = security_move_mount(&from_path, &to_path); in SYSCALL_DEFINE5()
4115 ret = do_set_group(&from_path, &to_path); in SYSCALL_DEFINE5()
4117 ret = do_move_mount(&from_path, &to_path, in SYSCALL_DEFINE5()
4121 path_put(&to_path); in SYSCALL_DEFINE5()
/openbmc/linux/security/landlock/
H A Dfs.c1068 const struct path *const to_path) in hook_move_mount() argument
/openbmc/linux/include/linux/
H A Dsecurity.h322 int security_move_mount(const struct path *from_path, const struct path *to_path);
733 const struct path *to_path) in security_move_mount() argument
H A Dlsm_hook_defs.h83 const struct path *to_path)
H A Dsyscalls.h917 int to_dfd, const char __user *to_path,
/openbmc/linux/security/
H A Dsecurity.c1460 const struct path *to_path) in security_move_mount() argument
1462 return call_int_hook(move_mount, 0, from_path, to_path); in security_move_mount()
/openbmc/linux/fs/btrfs/
H A Dsend.c3526 struct fs_path *to_path = NULL; in apply_dir_move() local
3590 to_path = name; in apply_dir_move()
3592 ret = get_cur_path(sctx, pm->ino, pm->gen, to_path); in apply_dir_move()
3596 ret = send_rename(sctx, from_path, to_path); in apply_dir_move()
3659 fs_path_free(to_path); in apply_dir_move()
/openbmc/linux/fs/smb/client/
H A Dinode.c2175 const char *to_path) argument
2199 from_path, to_path, cifs_sb);
/openbmc/linux/security/selinux/
H A Dhooks.c2758 const struct path *to_path) in selinux_move_mount() argument
2762 return path_has_perm(cred, to_path, FILE__MOUNTON); in selinux_move_mount()