/third_party/toybox/porting/liteos_a/toys/lsb/ |
H A D | mount.c | 105 {"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 D | mount.c | 109 {"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 D | mountns03.c | 47 SAFE_MOUNT("none", DIRA, "none", MS_SLAVE, NULL); in child_func()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mount.h | 44 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mount.h | 43 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mount.h | 43 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mount.h | 44 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mount.h | 43 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/include/sys/ |
H A D | mount.h | 44 #define MS_SLAVE (1<<19) macro
|
/third_party/rust/crates/nix/src/mount/ |
H A D | linux.rs | 36 MS_SLAVE;
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | types.rs | 714 /// `MS_SLAVE` 715 const SLAVE = linux_raw_sys::general::MS_SLAVE;
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 1189 /// `MS_SLAVE` 1190 const SLAVE = c::MS_SLAVE;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 623 pub const MS_SLAVE: ::c_ulong = 0x080000; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 404 pub const MS_SLAVE: u32 = 524288; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1559 pub const MS_SLAVE: ::c_ulong = 0x080000; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 409 pub const MS_SLAVE: u32 = 524288; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 409 pub const MS_SLAVE: u32 = 524288; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 416 pub const MS_SLAVE: u32 = 524288; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 413 pub const MS_SLAVE: u32 = 524288; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 416 pub const MS_SLAVE: u32 = 524288; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 413 pub const MS_SLAVE: u32 = 524288; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 403 pub const MS_SLAVE: u32 = 524288; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 408 pub const MS_SLAVE: u32 = 524288; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 404 pub const MS_SLAVE: u32 = 524288; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 408 pub const MS_SLAVE: u32 = 524288; consts
|