Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/kernel/containers/mountns/
Dmountns03.c55 && defined(MS_REC) && defined(MS_SLAVE)
63 if (mount("none", DIRA, "none", MS_SLAVE, NULL) == -1) { in child_func()
/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c105 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC},
106 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC},
/third_party/toybox/toys/lsb/
Dmount.c109 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC},
110 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC},
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h44 #define MS_SLAVE (1<<19) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h43 #define MS_SLAVE (1<<19) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h43 #define MS_SLAVE (1<<19) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h44 #define MS_SLAVE (1<<19) macro
/third_party/musl/ndk_musl_include/sys/
Dmount.h43 #define MS_SLAVE (1<<19) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h43 #define MS_SLAVE (1<<19) macro
/third_party/musl/include/sys/
Dmount.h44 #define MS_SLAVE (1<<19) macro
/third_party/rust/crates/nix/src/mount/
Dlinux.rs36 MS_SLAVE;
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs715 const SLAVE = linux_raw_sys::general::MS_SLAVE;
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt507 MS_SLAVE
Dlinux.txt1349 MS_SLAVE
Dandroid.txt1236 MS_SLAVE
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs1190 const SLAVE = c::MS_SLAVE;
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs623 pub const MS_SLAVE: ::c_ulong = 0x080000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1559 pub const MS_SLAVE: ::c_ulong = 0x080000; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs409 pub const MS_SLAVE: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs404 pub const MS_SLAVE: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs408 pub const MS_SLAVE: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs416 pub const MS_SLAVE: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs416 pub const MS_SLAVE: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs408 pub const MS_SLAVE: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs404 pub const MS_SLAVE: u32 = 524288; constant

12