Home
last modified time | relevance | path

Searched refs:MS_STRICTATIME (Results 1 - 25 of 31) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dmount.h20 #ifndef MS_STRICTATIME
21 # define MS_STRICTATIME (1 << 24) macro
/third_party/ltp/testcases/kernel/syscalls/mount/
H A Dmount03.c22 * - 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 Dmount.h49 #define MS_STRICTATIME (1<<24) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmount.h48 #define MS_STRICTATIME (1<<24) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmount.h48 #define MS_STRICTATIME (1<<24) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmount.h49 #define MS_STRICTATIME (1<<24) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmount.h48 #define MS_STRICTATIME (1<<24) macro
/third_party/musl/include/sys/
H A Dmount.h49 #define MS_STRICTATIME (1<<24) macro
/third_party/ltp/testcases/kernel/syscalls/statx/
H A Dstatx06.c160 .mnt_flags = MS_STRICTATIME,
/third_party/rust/crates/nix/src/mount/
H A Dlinux.rs41 MS_STRICTATIME;
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen12.c103 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, MS_STRICTATIME, NULL); in setup()
/third_party/libfuse/lib/
H A Dmount.c157 {"nostrictatime", MS_STRICTATIME, 0},
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs695 /// `MS_STRICTATIME`
696 const STRICTATIME = linux_raw_sys::general::MS_STRICTATIME;
/third_party/libfuse/util/
H A Dfusermount.c638 {"strictatime", MS_STRICTATIME, 1, 1},
639 {"nostrictatime", MS_STRICTATIME, 0, 1},
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs1173 /// `MS_STRICTATIME`
1174 const STRICTATIME = c::MS_STRICTATIME;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs628 pub const MS_STRICTATIME: ::c_ulong = 0x1000000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs409 pub const MS_STRICTATIME: u32 = 16777216; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1564 pub const MS_STRICTATIME: ::c_ulong = 0x1000000; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs414 pub const MS_STRICTATIME: u32 = 16777216; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs414 pub const MS_STRICTATIME: u32 = 16777216; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs421 pub const MS_STRICTATIME: u32 = 16777216; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs418 pub const MS_STRICTATIME: u32 = 16777216; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs421 pub const MS_STRICTATIME: u32 = 16777216; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs418 pub const MS_STRICTATIME: u32 = 16777216; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs408 pub const MS_STRICTATIME: u32 = 16777216; consts

Completed in 131 milliseconds

12