Home
last modified time | relevance | path

Searched refs:MS_RELATIME (Results 1 – 25 of 33) sorted by relevance

12

/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c101 {"norelatime", ~MS_RELATIME}, {"relatime", MS_RELATIME},
/third_party/musl/ndk_musl_include/sys/
Dmount.h45 #define MS_RELATIME (1<<21) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h45 #define MS_RELATIME (1<<21) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h45 #define MS_RELATIME (1<<21) macro
/third_party/musl/include/sys/
Dmount.h46 #define MS_RELATIME (1<<21) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h46 #define MS_RELATIME (1<<21) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h45 #define MS_RELATIME (1<<21) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h46 #define MS_RELATIME (1<<21) macro
/third_party/toybox/toys/lsb/
Dmount.c105 {"norelatime", ~MS_RELATIME}, {"relatime", MS_RELATIME},
/third_party/rust/crates/nix/src/mount/
Dlinux.rs38 MS_RELATIME;
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs514 const RELATIME = linux_raw_sys::general::MS_RELATIME as u64;
690 const RELATIME = linux_raw_sys::general::MS_RELATIME;
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-gnu.txt159 MS_RELATIME
Dfuchsia.txt502 MS_RELATIME
Dandroid.txt1231 MS_RELATIME
/third_party/libfuse/util/
Dfusermount.c636 {"relatime", MS_RELATIME, 1, 1},
637 {"norelatime", MS_RELATIME, 0, 1},
/third_party/libfuse/lib/
Dmount.c156 {"norelatime", MS_RELATIME, 0},
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs1168 const RELATIME = c::MS_RELATIME;
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs625 pub const MS_RELATIME: ::c_ulong = 0x200000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1561 pub const MS_RELATIME: ::c_ulong = 0x200000; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs411 pub const MS_RELATIME: u32 = 2097152; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs406 pub const MS_RELATIME: u32 = 2097152; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs415 pub const MS_RELATIME: u32 = 2097152; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs410 pub const MS_RELATIME: u32 = 2097152; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs406 pub const MS_RELATIME: u32 = 2097152; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs406 pub const MS_RELATIME: u32 = 2097152; constant

12