| /Linux-v5.4/security/apparmor/ |
| D | mount.c | 52 audit_log_format(ab, flags & MS_REC ? ", rbind" : ", bind"); in audit_mnt_flags() 60 audit_log_format(ab, flags & MS_REC ? ", runbindable" : in audit_mnt_flags() 63 audit_log_format(ab, flags & MS_REC ? ", rprivate" : in audit_mnt_flags() 66 audit_log_format(ab, flags & MS_REC ? ", rslave" : in audit_mnt_flags() 69 audit_log_format(ab, flags & MS_REC ? ", rshared" : in audit_mnt_flags() 434 flags &= MS_REC | MS_BIND; in aa_bind_mount() 461 flags &= (MS_REC | MS_SILENT | MS_SHARED | MS_PRIVATE | MS_SLAVE | in aa_mount_change_type()
|
| /Linux-v5.4/tools/testing/selftests/mount/ |
| D | unprivileged-remount-test.c | 38 #ifndef MS_REC 39 # define MS_REC 16384 macro 297 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); in test_priv_mount_unpriv_remount()
|
| /Linux-v5.4/tools/testing/selftests/tmpfs/ |
| D | bug-link-o-tmpfile.c | 38 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in main()
|
| /Linux-v5.4/tools/testing/selftests/exec/ |
| D | recursion-depth.c | 37 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in main()
|
| /Linux-v5.4/tools/include/uapi/linux/ |
| D | mount.h | 23 #define MS_REC 16384 macro
|
| /Linux-v5.4/include/uapi/linux/ |
| D | mount.h | 23 #define MS_REC 16384 macro
|
| /Linux-v5.4/samples/binderfs/ |
| D | binderfs_example.c | 31 ret = mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0); in main()
|
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | cgroup_helpers.c | 110 if (mount("none", "/", NULL, MS_REC | MS_PRIVATE, NULL)) { in setup_cgroup_environment()
|
| /Linux-v5.4/tools/testing/selftests/filesystems/binderfs/ |
| D | binderfs_test.c | 122 ret = mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0); in change_to_mountns()
|
| /Linux-v5.4/tools/testing/selftests/filesystems/ |
| D | devpts_pts.c | 296 ret = mount("", "/", NULL, MS_PRIVATE | MS_REC, 0); in main()
|
| /Linux-v5.4/tools/testing/selftests/capabilities/ |
| D | test_execve.c | 132 if (mount("none", "/", NULL, MS_REC | MS_PRIVATE, NULL) != 0) in create_and_enter_ns()
|
| /Linux-v5.4/tools/testing/selftests/pidfd/ |
| D | pidfd_test.c | 151 ret = mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0); in test_pidfd_send_signal_recycled_pid_fail()
|
| /Linux-v5.4/tools/testing/selftests/proc/ |
| D | proc-pid-vm.c | 62 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in make_private_tmp()
|
| /Linux-v5.4/tools/bpf/bpftool/ |
| D | common.c | 85 while (mount("", target, "none", MS_PRIVATE | MS_REC, NULL)) { in mnt_fs()
|
| /Linux-v5.4/fs/ |
| D | namespace.c | 2188 int type = ms_flags & ~(MS_REC | MS_SILENT); in flags_to_propagation_type() 2206 int recurse = ms_flags & MS_REC; in do_change_type() 3136 retval = do_loopback(&path, dev_name, flags & MS_REC); in do_mount()
|