Home
last modified time | relevance | path

Searched refs:MS_SILENT (Results 1 – 25 of 31) sorted by relevance

12

/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c103 {"loud", ~MS_SILENT},
277 long flags = MS_SILENT; in mount_main()
/third_party/musl/ndk_musl_include/sys/
Dmount.h39 #define MS_SILENT 32768 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h39 #define MS_SILENT 32768 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h39 #define MS_SILENT 32768 macro
/third_party/musl/include/sys/
Dmount.h40 #define MS_SILENT 32768 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h40 #define MS_SILENT 32768 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h39 #define MS_SILENT 32768 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h40 #define MS_SILENT 32768 macro
/third_party/toybox/toys/lsb/
Dmount.c107 {"loud", ~MS_SILENT},
291 long flags = MS_SILENT; in mount_main()
/third_party/rust/crates/nix/src/mount/
Dlinux.rs32 MS_SILENT;
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs693 const SILENT = linux_raw_sys::general::MS_SILENT;
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt506 MS_SILENT
Dlinux.txt1348 MS_SILENT
Dandroid.txt1235 MS_SILENT
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs1171 const SILENT = c::MS_SILENT;
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs619 pub const MS_SILENT: ::c_ulong = 0x8000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1555 pub const MS_SILENT: ::c_ulong = 0x8000; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs405 pub const MS_SILENT: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs400 pub const MS_SILENT: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs409 pub const MS_SILENT: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs404 pub const MS_SILENT: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs400 pub const MS_SILENT: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs400 pub const MS_SILENT: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs401 pub const MS_SILENT: u32 = 32768; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs400 pub const MS_SILENT: u32 = 32768; constant

12