Searched defs:MS_REC (Results 1 - 5 of 5) sorted by relevance

/external/iproute2/include/
H A Dnamespace.h22 #ifndef MS_REC
23 #define MS_REC 16384 macro
/external/strace/xlat/
H A Dmount_flags.h38 #if !(defined(MS_REC) || (defined(HAVE_DECL_MS_REC) && HAVE_DECL_MS_REC))
39 # define MS_REC 16384 macro
107 XLAT(MS_REC),
/external/toybox/lib/
H A Dportability.h101 #ifndef MS_REC
102 #define MS_REC (1<<14) macro
/external/selinux/policycoreutils/sandbox/
H A Dseunshare.c41 #ifndef MS_REC
42 #define MS_REC 1<<14 macro
762 if (mount("none", "/", NULL, MS_SLAVE | MS_REC , NULL) < 0) {
/external/kernel-headers/original/uapi/linux/
H A Dfs.h80 #define MS_REC 16384 macro

Completed in 130 milliseconds