Home
last modified time | relevance | path

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

/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
112 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/toybox/lib/
Dportability.h113 #ifndef MS_SLAVE
114 #define MS_SLAVE (1<<19) macro
/external/toybox/toys/lsb/
Dmount.c98 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC},
99 {"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):
/external/iproute2/lib/
Dnamespace.c71 if (mount("", "/", "none", MS_SLAVE | MS_REC, NULL)) { in netns_switch()
/external/selinux/policycoreutils/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.h87 #define MS_SLAVE (1<<19) /* change to slave */ macro