Home
last modified time | relevance | path

Searched refs:MS_SLAVE (Results 1 – 13 of 13) sorted by relevance

/external/ltp/testcases/kernel/fs/fs_bind/bin/
Dsmount.c27 #ifndef MS_SLAVE
28 #define MS_SLAVE 1<<19 /* Slave */ macro
50 type = (MS_SLAVE | MS_REC); in main()
58 type = MS_SLAVE; in main()
/external/strace/xlat/
Dmount_flags.h53 #if !(defined(MS_SLAVE) || (defined(HAVE_DECL_MS_SLAVE) && HAVE_DECL_MS_SLAVE))
54 # define MS_SLAVE (1<<19) macro
115 XLAT(MS_SLAVE),
Dmount_flags.in18 MS_SLAVE (1<<19)
/external/iproute2/include/
Dnamespace.h26 #ifndef MS_SLAVE
27 #define MS_SLAVE (1 << 19) macro
/external/ltp/testcases/kernel/containers/mountns/
Dmountns03.c58 && defined(MS_REC) && defined(MS_SLAVE)
66 if (mount("none", DIRA, "none", MS_SLAVE, NULL) == -1) { in child_func()
/external/toybox/lib/
Dportability.h117 #ifndef MS_SLAVE
118 #define MS_SLAVE (1<<19) macro
/external/toybox/toys/lsb/
Dmount.c99 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC},
100 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC},
/external/strace/
Dmount.c56 | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in SYS_FUNC()
DChangeLog-CVS1354 [LINUX] (MS_UNBINDABLE, MS_PRIVATE, MS_SLAVE, MS_SHARED):
DChangeLog19137 MS_SHARED, MS_PRIVATE, MS_SLAVE, and MS_UNBINDABLE mount flags
/external/iproute2/lib/
Dnamespace.c71 if (mount("", "/", "none", MS_SLAVE | MS_REC, NULL)) { in netns_switch()
/external/selinux/sandbox/
Dseunshare.c45 #ifndef MS_SLAVE
46 #define MS_SLAVE 1<<19 macro
762 if (mount("none", "/", NULL, MS_SLAVE | MS_REC , NULL) < 0) { in main()
/external/kernel-headers/original/uapi/linux/
Dfs.h126 #define MS_SLAVE (1<<19) /* change to slave */ macro