Home
last modified time | relevance | path

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

12

/third_party/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()
/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c107 {"unbindable", MS_UNBINDABLE}, {"runbindable", MS_UNBINDABLE|MS_REC},
/third_party/musl/ndk_musl_include/sys/
Dmount.h41 #define MS_UNBINDABLE (1<<17) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h41 #define MS_UNBINDABLE (1<<17) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h41 #define MS_UNBINDABLE (1<<17) macro
/third_party/musl/include/sys/
Dmount.h42 #define MS_UNBINDABLE (1<<17) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h42 #define MS_UNBINDABLE (1<<17) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h41 #define MS_UNBINDABLE (1<<17) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h42 #define MS_UNBINDABLE (1<<17) macro
/third_party/toybox/toys/lsb/
Dmount.c111 {"unbindable", MS_UNBINDABLE}, {"runbindable", MS_UNBINDABLE|MS_REC},
/third_party/rust/crates/nix/src/mount/
Dlinux.rs34 MS_UNBINDABLE;
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs717 const UNBINDABLE = linux_raw_sys::general::MS_UNBINDABLE;
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt510 MS_UNBINDABLE
Dlinux.txt1352 MS_UNBINDABLE
Dandroid.txt1240 MS_UNBINDABLE
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs1192 const UNBINDABLE = c::MS_UNBINDABLE;
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs621 pub const MS_UNBINDABLE: ::c_ulong = 0x020000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1557 pub const MS_UNBINDABLE: ::c_ulong = 0x020000; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs407 pub const MS_UNBINDABLE: u32 = 131072; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs402 pub const MS_UNBINDABLE: u32 = 131072; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs411 pub const MS_UNBINDABLE: u32 = 131072; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs406 pub const MS_UNBINDABLE: u32 = 131072; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs402 pub const MS_UNBINDABLE: u32 = 131072; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs402 pub const MS_UNBINDABLE: u32 = 131072; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs403 pub const MS_UNBINDABLE: u32 = 131072; constant

12