Home
last modified time | relevance | path

Searched refs:MS_SLAVE (Results 1 - 25 of 28) sorted by relevance

12

/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dmount.c105 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC}, in flag_opts()
106 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC}, in flag_opts()
/third_party/toybox/toys/lsb/
H A Dmount.c109 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC}, in flag_opts()
110 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC}, in flag_opts()
/third_party/ltp/testcases/kernel/containers/mountns/
H A Dmountns03.c47 SAFE_MOUNT("none", DIRA, "none", MS_SLAVE, NULL); in child_func()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmount.h44 #define MS_SLAVE (1<<19) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmount.h43 #define MS_SLAVE (1<<19) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmount.h43 #define MS_SLAVE (1<<19) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmount.h44 #define MS_SLAVE (1<<19) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmount.h43 #define MS_SLAVE (1<<19) macro
/third_party/musl/include/sys/
H A Dmount.h44 #define MS_SLAVE (1<<19) macro
/third_party/rust/crates/nix/src/mount/
H A Dlinux.rs36 MS_SLAVE;
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs714 /// `MS_SLAVE`
715 const SLAVE = linux_raw_sys::general::MS_SLAVE;
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs1189 /// `MS_SLAVE`
1190 const SLAVE = c::MS_SLAVE;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs623 pub const MS_SLAVE: ::c_ulong = 0x080000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs404 pub const MS_SLAVE: u32 = 524288; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1559 pub const MS_SLAVE: ::c_ulong = 0x080000; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs409 pub const MS_SLAVE: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs409 pub const MS_SLAVE: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs416 pub const MS_SLAVE: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs413 pub const MS_SLAVE: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs416 pub const MS_SLAVE: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs413 pub const MS_SLAVE: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs403 pub const MS_SLAVE: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs408 pub const MS_SLAVE: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs404 pub const MS_SLAVE: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs408 pub const MS_SLAVE: u32 = 524288; consts

Completed in 157 milliseconds

12