Home
last modified time | relevance | path

Searched refs:MS_NOATIME (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h34 #define MS_NOATIME 1024 macro
/third_party/musl/ndk_musl_include/sys/
Dmount.h34 #define MS_NOATIME 1024 macro
/third_party/musl/include/sys/
Dmount.h34 #define MS_NOATIME 1024 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h34 #define MS_NOATIME 1024 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h34 #define MS_NOATIME 1024 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h34 #define MS_NOATIME 1024 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h34 #define MS_NOATIME 1024 macro
/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c100 {"noatime", MS_NOATIME}, {"atime", ~MS_NOATIME},
/third_party/toybox/toys/lsb/
Dmount.c104 {"noatime", MS_NOATIME}, {"atime", ~MS_NOATIME},
/third_party/libwebsockets/lib/misc/
Dfsmount.c121 mnt_context_set_mflags(ctx, MS_NOATIME /* |MS_NOEXEC */); in lws_fsmount_mount()
/third_party/ntfs-3g/libfuse-lite/
Dfusermount.c233 {"atime", MS_NOATIME, 0, 1},
234 {"noatime", MS_NOATIME, 1, 1},
Dmount.c208 {"atime", MS_NOATIME, 0},
209 {"noatime", MS_NOATIME, 1},
/third_party/ltp/testcases/kernel/syscalls/mount/
Dmount03.c80 MS_NOATIME,