/linux-6.6.21/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() 435 flags &= MS_REC | MS_BIND; in aa_bind_mount() 470 flags &= (MS_REC | MS_SILENT | MS_SHARED | MS_PRIVATE | MS_SLAVE | in aa_mount_change_type()
|
/linux-6.6.21/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-6.6.21/tools/testing/selftests/tmpfs/ |
D | bug-link-o-tmpfile.c | 38 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in main()
|
/linux-6.6.21/tools/testing/selftests/exec/ |
D | recursion-depth.c | 37 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in main()
|
/linux-6.6.21/tools/include/uapi/linux/ |
D | mount.h | 26 #define MS_REC 16384 macro
|
/linux-6.6.21/include/uapi/linux/ |
D | mount.h | 26 #define MS_REC 16384 macro
|
/linux-6.6.21/samples/binderfs/ |
D | binderfs_example.c | 30 ret = mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0); in main()
|
/linux-6.6.21/tools/testing/selftests/proc/ |
D | proc-subset-pid.c | 48 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in make_private_proc()
|
D | proc-pid-vm.c | 64 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in make_private_tmp()
|
/linux-6.6.21/tools/testing/selftests/mount_setattr/ |
D | mount_setattr_test.c | 33 #ifndef MS_REC 34 #define MS_REC 16384 macro 230 if (mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0)) in prepare_unpriv_mountns() 413 ASSERT_EQ(mount("/tmp", "/mnt/A/AA", NULL, MS_BIND | MS_REC, NULL), 0); in FIXTURE_SETUP() 1006 ASSERT_EQ(mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0), 0); in FIXTURE_SETUP() 1038 ASSERT_EQ(mount("/tmp", "/mnt/A/AA", NULL, MS_BIND | MS_REC, NULL), 0); in FIXTURE_SETUP()
|
/linux-6.6.21/tools/testing/selftests/firmware/ |
D | fw_namespace.c | 105 if (mount(NULL, "/", NULL, MS_SLAVE|MS_REC, NULL) == -1) in test_fw_in_ns()
|
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | test_bpffs.c | 42 err = mount("", "/", "", MS_REC | MS_PRIVATE, NULL); in fn()
|
/linux-6.6.21/tools/testing/selftests/filesystems/ |
D | devpts_pts.c | 296 ret = mount("", "/", NULL, MS_PRIVATE | MS_REC, 0); in main()
|
/linux-6.6.21/tools/testing/selftests/move_mount_set_group/ |
D | move_mount_set_group_test.c | 118 if (mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0)) in prepare_unpriv_mountns()
|
/linux-6.6.21/tools/testing/selftests/pidfd/ |
D | pidfd_fdinfo_test.c | 230 r = mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0); in child_fdinfo_nspid_test()
|
D | pidfd_test.c | 187 ret = mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0); in test_pidfd_send_signal_recycled_pid_fail()
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | cgroup_helpers.c | 203 if (mount("none", "/", NULL, MS_REC | MS_PRIVATE, NULL)) { in setup_cgroup_environment()
|
/linux-6.6.21/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-6.6.21/tools/testing/selftests/filesystems/binderfs/ |
D | binderfs_test.c | 49 ret = mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0); in change_mountns()
|
/linux-6.6.21/tools/bpf/bpftool/ |
D | common.c | 155 while (mount("", target, "none", MS_PRIVATE | MS_REC, NULL)) { in mnt_fs()
|
/linux-6.6.21/fs/ |
D | namespace.c | 2529 int type = ms_flags & ~(MS_REC | MS_SILENT); in flags_to_propagation_type() 2547 int recurse = ms_flags & MS_REC; in do_change_type() 3667 return do_loopback(path, dev_name, flags & MS_REC); in path_mount()
|
/linux-6.6.21/tools/testing/selftests/landlock/ |
D | fs_test.c | 282 ASSERT_EQ(0, mount(NULL, TMP_DIR, NULL, MS_PRIVATE | MS_REC, NULL)); in prepare_layout_opt()
|