Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmount_flags.h111 #if defined(MS_UNBINDABLE) || (defined(HAVE_DECL_MS_UNBINDABLE) && HAVE_DECL_MS_UNBINDABLE)
113 static_assert((MS_UNBINDABLE) == ((1<<17)), "MS_UNBINDABLE != (1<<17)");
116 # define MS_UNBINDABLE (1<<17)
242 XLAT(MS_UNBINDABLE),
Dmount_flags.in16 MS_UNBINDABLE (1<<17)
/external/ltp/testcases/kernel/containers/mountns/
Dmountns04.c43 && defined(MS_REC) && defined(MS_UNBINDABLE)
56 SAFE_MOUNT(cleanup, "none", DIRA, "none", MS_UNBINDABLE, NULL); in test()
/external/strace/
Dmount.c57 | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in SYS_FUNC()
DChangeLog-CVS1354 [LINUX] (MS_UNBINDABLE, MS_PRIVATE, MS_SLAVE, MS_SHARED):
DChangeLog38327 MS_SHARED, MS_PRIVATE, MS_SLAVE, and MS_UNBINDABLE mount flags
/external/kernel-headers/original/uapi/linux/
Dmount.h31 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
/external/toybox/toys/lsb/
Dmount.c111 {"unbindable", MS_UNBINDABLE}, {"runbindable", MS_UNBINDABLE|MS_REC},
/external/rust/crates/nix/src/
Dmount.rs33 MS_UNBINDABLE;
/external/minijail/
Dminijail0_cli.c480 msmode = MS_UNBINDABLE; in set_remount_mode()
/external/crosvm/io_uring/src/
Dbindings.rs99 pub const MS_UNBINDABLE: ::std::os::raw::c_uint = 131072; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs597 pub const MS_UNBINDABLE: ::c_ulong = 0x020000; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1551 pub const MS_UNBINDABLE: ::c_ulong = 0x020000; constant