Home
last modified time | relevance | path

Searched refs:MS_STRICTATIME (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/include/lapi/
Dmount.h17 #ifndef MS_STRICTATIME
18 #define MS_STRICTATIME (1 << 24) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h48 #define MS_STRICTATIME (1<<24) macro
/third_party/musl/ndk_musl_include/sys/
Dmount.h48 #define MS_STRICTATIME (1<<24) macro
/third_party/musl/include/sys/
Dmount.h48 #define MS_STRICTATIME (1<<24) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h48 #define MS_STRICTATIME (1<<24) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h48 #define MS_STRICTATIME (1<<24) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h48 #define MS_STRICTATIME (1<<24) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h48 #define MS_STRICTATIME (1<<24) macro
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx06.c161 .mnt_flags = MS_STRICTATIME,
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen12.c112 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, MS_STRICTATIME, NULL); in setup()