Searched refs:MS_REC (Results 1 – 11 of 11) sorted by relevance
/tools/testing/selftests/tmpfs/ |
D | bug-link-o-tmpfile.c | 38 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in main()
|
/tools/testing/selftests/exec/ |
D | recursion-depth.c | 37 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in main()
|
/tools/include/uapi/linux/ |
D | mount.h | 23 #define MS_REC 16384 macro
|
/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()
|
/tools/testing/selftests/bpf/ |
D | cgroup_helpers.c | 110 if (mount("none", "/", NULL, MS_REC | MS_PRIVATE, NULL)) { in setup_cgroup_environment()
|
/tools/testing/selftests/filesystems/ |
D | devpts_pts.c | 296 ret = mount("", "/", NULL, MS_PRIVATE | MS_REC, 0); in main()
|
/tools/testing/selftests/filesystems/binderfs/ |
D | binderfs_test.c | 122 ret = mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0); in change_to_mountns()
|
/tools/testing/selftests/capabilities/ |
D | test_execve.c | 132 if (mount("none", "/", NULL, MS_REC | MS_PRIVATE, NULL) != 0) in create_and_enter_ns()
|
/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()
|
/tools/testing/selftests/proc/ |
D | proc-pid-vm.c | 62 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in make_private_tmp()
|
/tools/bpf/bpftool/ |
D | common.c | 85 while (mount("", target, "none", MS_PRIVATE | MS_REC, NULL)) { in mnt_fs()
|