/external/ltp/testcases/kernel/fs/fs_bind/bin/ |
D | smount.c | 15 #ifndef MS_REC 16 #define MS_REC 0x4000 /* 16384: Recursive loopback */ macro 48 type = (MS_SHARED | MS_REC); in main() 50 type = (MS_SLAVE | MS_REC); in main() 52 type = (MS_PRIVATE | MS_REC); in main() 54 type = (MS_UNCLONE | MS_REC); in main()
|
/external/strace/xlat/ |
D | mount_flags.h | 90 #if defined(MS_REC) || (defined(HAVE_DECL_MS_REC) && HAVE_DECL_MS_REC) 92 static_assert((MS_REC) == (16384), "MS_REC != 16384"); 95 # define MS_REC 16384 239 XLAT(MS_REC),
|
D | mount_flags.in | 13 MS_REC 16384
|
/external/iproute2/include/ |
D | namespace.h | 27 #ifndef MS_REC 28 #define MS_REC 16384 macro
|
/external/ltp/testcases/kernel/containers/mountns/ |
D | mountns04.c | 43 && defined(MS_REC) && defined(MS_UNBINDABLE) 51 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test()
|
D | mountns01.c | 50 #if defined(MS_SHARED) && defined(MS_PRIVATE) && defined(MS_REC) 84 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test()
|
D | mountns02.c | 50 #if defined(MS_SHARED) && defined(MS_PRIVATE) && defined(MS_REC) 84 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test()
|
D | mountns03.c | 55 && defined(MS_REC) && defined(MS_SLAVE) 97 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test()
|
/external/toybox/toys/lsb/ |
D | mount.c | 108 {"shared", MS_SHARED}, {"rshared", MS_SHARED|MS_REC}, 109 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC}, 110 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC}, 111 {"unbindable", MS_UNBINDABLE}, {"runbindable", MS_UNBINDABLE|MS_REC},
|
/external/linux-kselftest/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()
|
/external/syzkaller/sys/linux/ |
D | filesystem_arm.const | 19 MS_REC = 16384
|
D | filesystem_arm64.const | 19 MS_REC = 16384
|
D | filesystem_amd64.const | 19 MS_REC = 16384
|
D | filesystem_ppc64le.const | 19 MS_REC = 16384
|
D | filesystem_386.const | 19 MS_REC = 16384
|
/external/kernel-headers/original/uapi/linux/ |
D | mount.h | 23 #define MS_REC 16384 macro
|
/external/bcc/tools/ |
D | mountsnoop_example.txt | 16 unshare 717 717 4026532160 mount("none", "/", "", MS_REC|MS_PRIVATE, "") = 0
|
/external/ltp/testcases/kernel/syscalls/pivot_root/ |
D | pivot_root01.c | 109 SAFE_MOUNT("none", "/", NULL, MS_REC|MS_PRIVATE, NULL); in run()
|
/external/selinux/sandbox/ |
D | seunshare.c | 41 #ifndef MS_REC 42 #define MS_REC 1<<14 macro 762 if (mount("none", "/", NULL, MS_SLAVE | MS_REC , NULL) < 0) { in main()
|
/external/iproute2/lib/ |
D | namespace.c | 71 if (mount("", "/", "none", MS_SLAVE | MS_REC, NULL)) { in netns_switch()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | cgroup_helpers.c | 56 if (mount("none", "/", NULL, MS_REC | MS_PRIVATE, NULL)) { in setup_cgroup_environment()
|
/external/linux-kselftest/tools/testing/selftests/filesystems/ |
D | devpts_pts.c | 296 ret = mount("", "/", NULL, MS_PRIVATE | MS_REC, 0); in main()
|
/external/iproute2/ip/ |
D | ipnetns.c | 629 while (mount("", NETNS_RUN_DIR, "none", MS_SHARED | MS_REC, NULL)) { in netns_add() 638 if (mount(NETNS_RUN_DIR, NETNS_RUN_DIR, "none", MS_BIND | MS_REC, NULL)) { in netns_add()
|
/external/linux-kselftest/tools/testing/selftests/capabilities/ |
D | test_execve.c | 132 if (mount("none", "/", NULL, MS_REC | MS_PRIVATE, NULL) != 0) in create_and_enter_ns()
|
/external/bcc/tests/cc/ |
D | test_c_api.cc | 122 if (mount(NULL, "/", NULL, MS_REC|MS_PRIVATE, NULL) < 0) { in setup_tmp_mnts()
|