Searched refs:to_path (Results 1 – 10 of 10) sorted by relevance
| /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 | 58 int to_dfd, const char *to_path, in drop_priv_caps() 61 return syscall(__NR_move_mount, from_dfd, from_path, to_dfd, to_path, flags); in drop_priv_caps() 52 sys_move_mount(int from_dfd,const char * from_path,int to_dfd,const char * to_path,unsigned flags) sys_move_mount() argument
|
| /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 | 739 const struct path *to_path) in apparmor_move_mount() argument 748 to_path); in apparmor_move_mount()
|
| /linux/security/landlock/ |
| H A D | fs.c | 1544 const struct path *const to_path) in hook_path_symlink() 1554 log_fs_change_topology_path(subject, handle_layer, to_path); in hook_path_rmdir() 1437 hook_move_mount(const struct path * const from_path,const struct path * const to_path) hook_move_mount() argument
|
| /linux/security/ |
| H A D | security.c | 1173 * @to_path: destination mount point 1180 const struct path *to_path) in security_move_mount() argument 1182 return call_int_hook(move_mount, from_path, to_path); in security_move_mount()
|
| /linux/fs/btrfs/ |
| H A D | send.c | 3448 struct fs_path *to_path __free(fs_path_free) = NULL; in apply_dir_move() 3510 to_path = name; in apply_dir_move() 3512 ret = get_cur_path(sctx, pm->ino, pm->gen, to_path); in apply_dir_move() 3516 ret = send_rename(sctx, from_path, to_path); in apply_dir_move()
|
| /linux/fs/smb/client/ |
| H A D | inode.c | 2449 const char *to_path) argument 2475 from_path, to_path, cifs_sb);
|
| /linux/security/selinux/ |
| H A D | hooks.c | 2823 const struct path *to_path) in selinux_move_mount() argument 2827 return path_has_perm(cred, to_path, FILE__MOUNTON); in selinux_move_mount()
|