Searched refs:MS_SLAVE (Results 1 - 8 of 8) sorted by relevance

/external/iproute2/include/
H A Dnamespace.h26 #ifndef MS_SLAVE
27 #define MS_SLAVE (1 << 19) macro
/external/strace/xlat/
H A Dmount_flags.h53 #if !(defined(MS_SLAVE) || (defined(HAVE_DECL_MS_SLAVE) && HAVE_DECL_MS_SLAVE))
54 # define MS_SLAVE (1<<19) macro
112 XLAT(MS_SLAVE),
/external/strace/
H A Dmount.c56 | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE))
/external/toybox/lib/
H A Dportability.h113 #ifndef MS_SLAVE
114 #define MS_SLAVE (1<<19) macro
/external/toybox/toys/lsb/
H A Dmount.c98 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC},
99 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC},
/external/iproute2/lib/
H A Dnamespace.c71 if (mount("", "/", "none", MS_SLAVE | MS_REC, NULL)) {
/external/kernel-headers/original/uapi/linux/
H A Dfs.h87 #define MS_SLAVE (1<<19) /* change to slave */ macro
/external/selinux/policycoreutils/sandbox/
H A Dseunshare.c45 #ifndef MS_SLAVE
46 #define MS_SLAVE 1<<19 macro
762 if (mount("none", "/", NULL, MS_SLAVE | MS_REC , NULL) < 0) {

Completed in 119 milliseconds