Searched defs:MS_UNBINDABLE (Results 1 - 3 of 3) sorted by relevance

/external/strace/xlat/
H A Dmount_flags.h47 #if !(defined(MS_UNBINDABLE) || (defined(HAVE_DECL_MS_UNBINDABLE) && HAVE_DECL_MS_UNBINDABLE))
48 # define MS_UNBINDABLE (1<<17) macro
110 XLAT(MS_UNBINDABLE),
/external/toybox/lib/
H A Dportability.h107 #ifndef MS_UNBINDABLE
108 #define MS_UNBINDABLE (1<<17) macro
/external/kernel-headers/original/uapi/linux/
H A Dfs.h85 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro

Completed in 34 milliseconds