/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 | 38 #if !(defined(MS_REC) || (defined(HAVE_DECL_MS_REC) && HAVE_DECL_MS_REC)) 39 # define MS_REC 16384 macro 110 XLAT(MS_REC),
|
D | mount_flags.in | 13 MS_REC 16384
|
/external/iproute2/include/ |
D | namespace.h | 22 #ifndef MS_REC 23 #define MS_REC 16384 macro
|
/external/ltp/testcases/kernel/containers/mountns/ |
D | mountns04.c | 46 && defined(MS_REC) && defined(MS_UNBINDABLE) 54 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test()
|
D | mountns01.c | 53 #if defined(MS_SHARED) && defined(MS_PRIVATE) && defined(MS_REC) 87 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test()
|
D | mountns02.c | 53 #if defined(MS_SHARED) && defined(MS_PRIVATE) && defined(MS_REC) 87 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test()
|
D | mountns03.c | 58 && defined(MS_REC) && defined(MS_SLAVE) 100 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test()
|
/external/toybox/toys/lsb/ |
D | mount.c | 98 {"shared", MS_SHARED}, {"rshared", MS_SHARED|MS_REC}, 99 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC}, 100 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC}, 101 {"unbindable", MS_UNBINDABLE}, {"runbindable", MS_UNBINDABLE|MS_REC},
|
/external/linux-kselftest/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 37 #ifndef MS_REC 38 # define MS_REC 16384 macro 296 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); in test_priv_mount_unpriv_remount()
|
/external/toybox/lib/ |
D | portability.h | 105 #ifndef MS_REC 106 #define MS_REC (1<<14) macro
|
/external/iproute2/lib/ |
D | namespace.c | 71 if (mount("", "/", "none", MS_SLAVE | MS_REC, NULL)) { in netns_switch()
|
/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/kernel-headers/original/uapi/linux/ |
D | fs.h | 119 #define MS_REC 16384 macro
|
/external/linux-kselftest/tools/testing/selftests/capabilities/ |
D | test_execve.c | 124 if (mount("none", "/", NULL, MS_REC | MS_PRIVATE, NULL) != 0) in create_and_enter_ns()
|
/external/minijail/ |
D | libminijail.c | 1216 if (mount(j->chrootdir, j->chrootdir, "bind", MS_BIND | MS_REC, "")) in enter_pivot_root() 1239 if (mount(NULL, ".", NULL, MS_REC | MS_PRIVATE, NULL)) in enter_pivot_root() 1637 if (mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, NULL)) in minijail_enter()
|
/external/iproute2/ip/ |
D | ipnetns.c | 636 while (mount("", NETNS_RUN_DIR, "none", MS_SHARED | MS_REC, NULL)) { in netns_add()
|
/external/iproute2/tc/ |
D | tc_bpf.c | 265 while (mount("", target, "none", MS_PRIVATE | MS_REC, NULL)) { in bpf_mnt_fs()
|
/external/strace/ |
D | ChangeLog-CVS | 2373 MS_MOVE, MS_REC, MS_VERBOSE, MS_POSIXACL, MS_ACTIVE, MS_NOUSER):
|