Home
last modified time | relevance | path

Searched refs:MS_UNBINDABLE (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dmount_flags.h47 #if !(defined(MS_UNBINDABLE) || (defined(HAVE_DECL_MS_UNBINDABLE) && HAVE_DECL_MS_UNBINDABLE))
48 # define MS_UNBINDABLE (1<<17) macro
113 XLAT(MS_UNBINDABLE),
Dmount_flags.in16 MS_UNBINDABLE (1<<17)
/external/ltp/testcases/kernel/containers/mountns/
Dmountns04.c46 && defined(MS_REC) && defined(MS_UNBINDABLE)
59 SAFE_MOUNT(cleanup, "none", DIRA, "none", MS_UNBINDABLE, NULL); in test()
/external/toybox/lib/
Dportability.h111 #ifndef MS_UNBINDABLE
112 #define MS_UNBINDABLE (1<<17) macro
/external/strace/
Dmount.c56 | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in SYS_FUNC()
DChangeLog-CVS1354 [LINUX] (MS_UNBINDABLE, MS_PRIVATE, MS_SLAVE, MS_SHARED):
DChangeLog19137 MS_SHARED, MS_PRIVATE, MS_SLAVE, and MS_UNBINDABLE mount flags
/external/toybox/toys/lsb/
Dmount.c101 {"unbindable", MS_UNBINDABLE}, {"runbindable", MS_UNBINDABLE|MS_REC},
/external/kernel-headers/original/uapi/linux/
Dfs.h124 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro