/third_party/ltp/include/lapi/ |
H A D | mount.h | 20 #ifndef MS_STRICTATIME 21 # define MS_STRICTATIME (1 << 24) macro
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount03.c | 22 * - MS_STRICTATIME - always update access times 188 {FLAG_DESC(MS_STRICTATIME), test_strictatime} 225 if (tc->flag == MS_STRICTATIME) { in run()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mount.h | 49 #define MS_STRICTATIME (1<<24) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mount.h | 48 #define MS_STRICTATIME (1<<24) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mount.h | 48 #define MS_STRICTATIME (1<<24) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mount.h | 49 #define MS_STRICTATIME (1<<24) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mount.h | 48 #define MS_STRICTATIME (1<<24) macro
|
/third_party/musl/include/sys/ |
H A D | mount.h | 49 #define MS_STRICTATIME (1<<24) macro
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
H A D | statx06.c | 160 .mnt_flags = MS_STRICTATIME,
|
/third_party/rust/crates/nix/src/mount/ |
H A D | linux.rs | 41 MS_STRICTATIME;
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open12.c | 103 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, MS_STRICTATIME, NULL); in setup()
|
/third_party/libfuse/lib/ |
H A D | mount.c | 157 {"nostrictatime", MS_STRICTATIME, 0},
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | types.rs | 695 /// `MS_STRICTATIME` 696 const STRICTATIME = linux_raw_sys::general::MS_STRICTATIME;
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 638 {"strictatime", MS_STRICTATIME, 1, 1}, 639 {"nostrictatime", MS_STRICTATIME, 0, 1},
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 1173 /// `MS_STRICTATIME` 1174 const STRICTATIME = c::MS_STRICTATIME;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 628 pub const MS_STRICTATIME: ::c_ulong = 0x1000000; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 409 pub const MS_STRICTATIME: u32 = 16777216; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1564 pub const MS_STRICTATIME: ::c_ulong = 0x1000000; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 414 pub const MS_STRICTATIME: u32 = 16777216; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 414 pub const MS_STRICTATIME: u32 = 16777216; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 421 pub const MS_STRICTATIME: u32 = 16777216; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 418 pub const MS_STRICTATIME: u32 = 16777216; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 421 pub const MS_STRICTATIME: u32 = 16777216; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 418 pub const MS_STRICTATIME: u32 = 16777216; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 408 pub const MS_STRICTATIME: u32 = 16777216; consts
|