Searched defs:MS_SLAVE (Results 1 - 5 of 5) 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/toybox/lib/
H A Dportability.h113 #ifndef MS_SLAVE
114 #define MS_SLAVE (1<<19) 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) {
/external/kernel-headers/original/uapi/linux/
H A Dfs.h87 #define MS_SLAVE (1<<19) /* change to slave */ macro

Completed in 1135 milliseconds