Home
last modified time | relevance | path

Searched refs:MS_REC (Results 1 – 11 of 11) sorted by relevance

/tools/testing/selftests/tmpfs/
Dbug-link-o-tmpfile.c38 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in main()
/tools/testing/selftests/exec/
Drecursion-depth.c37 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in main()
/tools/include/uapi/linux/
Dmount.h23 #define MS_REC 16384 macro
/tools/testing/selftests/mount/
Dunprivileged-remount-test.c38 #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/
Dcgroup_helpers.c110 if (mount("none", "/", NULL, MS_REC | MS_PRIVATE, NULL)) { in setup_cgroup_environment()
/tools/testing/selftests/filesystems/
Ddevpts_pts.c296 ret = mount("", "/", NULL, MS_PRIVATE | MS_REC, 0); in main()
/tools/testing/selftests/filesystems/binderfs/
Dbinderfs_test.c122 ret = mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0); in change_to_mountns()
/tools/testing/selftests/capabilities/
Dtest_execve.c132 if (mount("none", "/", NULL, MS_REC | MS_PRIVATE, NULL) != 0) in create_and_enter_ns()
/tools/testing/selftests/pidfd/
Dpidfd_test.c151 ret = mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0); in test_pidfd_send_signal_recycled_pid_fail()
/tools/testing/selftests/proc/
Dproc-pid-vm.c62 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in make_private_tmp()
/tools/bpf/bpftool/
Dcommon.c85 while (mount("", target, "none", MS_PRIVATE | MS_REC, NULL)) { in mnt_fs()