| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_obj_pinning.c | 30 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()
|
| H A D | token.c | 52 int to_dfd, const char *to_path, in sys_move_mount() argument 55 return syscall(__NR_move_mount, from_dfd, from_path, to_dfd, to_path, flags); in sys_move_mount()
|
| /linux/security/apparmor/include/ |
| H A D | mount.h | 46 const struct path *to_path);
|
| /linux/security/apparmor/ |
| H A D | mount.c | 487 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 D | lsm.c | 745 const struct path *to_path) in apparmor_move_mount() argument 754 to_path); in apparmor_move_mount()
|
| /linux/fs/ |
| H A D | namespace.c | 3305 static int do_set_group(const struct path *from_path, const struct path *to_path) in do_set_group() argument 3308 struct mount *to = real_mount(to_path->mnt); in do_set_group() 3323 if (!path_mounted(to_path)) in do_set_group() 4400 const struct path *to_path, in vfs_move_mount() argument 4405 ret = security_move_mount(from_path, to_path); in vfs_move_mount() 4410 return do_set_group(from_path, to_path); in vfs_move_mount() 4412 return do_move_mount(from_path, to_path, mflags); in vfs_move_mount() 4428 struct path to_path __free(path_put) = {}; in SYSCALL_DEFINE5() 4462 to_path = fd_file(f_to)->f_path; in SYSCALL_DEFINE5() 4463 path_get(&to_path); in SYSCALL_DEFINE5() [all …]
|
| /linux/security/landlock/ |
| H A D | fs.c | 1439 const struct path *const to_path) in hook_move_mount() argument 1449 log_fs_change_topology_path(subject, handle_layer, to_path); in hook_move_mount()
|
| /linux/include/linux/ |
| H A D | security.h | 388 int security_move_mount(const struct path *from_path, const struct path *to_path); 846 const struct path *to_path) in security_move_mount() argument
|
| H A D | lsm_hook_defs.h | 83 const struct path *to_path)
|
| H A D | syscalls.h | 966 int to_dfd, const char __user *to_path,
|
| /linux/security/ |
| H A D | security.c | 1701 const struct path *to_path) in security_move_mount() argument 1703 return call_int_hook(move_mount, from_path, to_path); in security_move_mount()
|
| /linux/fs/btrfs/ |
| H A D | send.c | 3477 struct fs_path *to_path = NULL; in apply_dir_move() local 3541 to_path = name; in apply_dir_move() 3543 ret = get_cur_path(sctx, pm->ino, pm->gen, to_path); in apply_dir_move() 3547 ret = send_rename(sctx, from_path, to_path); in apply_dir_move() 3610 fs_path_free(to_path); in apply_dir_move()
|
| /linux/fs/smb/client/ |
| H A D | inode.c | 2415 const char *to_path) argument 2441 from_path, to_path, cifs_sb);
|
| /linux/security/selinux/ |
| H A D | hooks.c | 2786 const struct path *to_path) in selinux_move_mount() argument 2790 return path_has_perm(cred, to_path, FILE__MOUNTON); in selinux_move_mount()
|