/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 101 {"norelatime", ~MS_RELATIME}, {"relatime", MS_RELATIME},
|
/third_party/musl/ndk_musl_include/sys/ |
D | mount.h | 45 #define MS_RELATIME (1<<21) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 45 #define MS_RELATIME (1<<21) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 45 #define MS_RELATIME (1<<21) macro
|
/third_party/musl/include/sys/ |
D | mount.h | 46 #define MS_RELATIME (1<<21) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mount.h | 46 #define MS_RELATIME (1<<21) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 45 #define MS_RELATIME (1<<21) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 46 #define MS_RELATIME (1<<21) macro
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 105 {"norelatime", ~MS_RELATIME}, {"relatime", MS_RELATIME},
|
/third_party/rust/crates/nix/src/mount/ |
D | linux.rs | 38 MS_RELATIME;
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 514 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/ |
D | linux-gnu.txt | 159 MS_RELATIME
|
D | fuchsia.txt | 502 MS_RELATIME
|
D | android.txt | 1231 MS_RELATIME
|
/third_party/libfuse/util/ |
D | fusermount.c | 636 {"relatime", MS_RELATIME, 1, 1}, 637 {"norelatime", MS_RELATIME, 0, 1},
|
/third_party/libfuse/lib/ |
D | mount.c | 156 {"norelatime", MS_RELATIME, 0},
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 1168 const RELATIME = c::MS_RELATIME;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 625 pub const MS_RELATIME: ::c_ulong = 0x200000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1561 pub const MS_RELATIME: ::c_ulong = 0x200000; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 411 pub const MS_RELATIME: u32 = 2097152; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 406 pub const MS_RELATIME: u32 = 2097152; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 415 pub const MS_RELATIME: u32 = 2097152; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 410 pub const MS_RELATIME: u32 = 2097152; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 406 pub const MS_RELATIME: u32 = 2097152; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 406 pub const MS_RELATIME: u32 = 2097152; constant
|