Searched refs:MS_NOATIME (Results 1 – 13 of 13) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 34 #define MS_NOATIME 1024 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mount.h | 34 #define MS_NOATIME 1024 macro
|
/third_party/musl/include/sys/ |
D | mount.h | 34 #define MS_NOATIME 1024 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 34 #define MS_NOATIME 1024 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 34 #define MS_NOATIME 1024 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mount.h | 34 #define MS_NOATIME 1024 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 34 #define MS_NOATIME 1024 macro
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 100 {"noatime", MS_NOATIME}, {"atime", ~MS_NOATIME},
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 104 {"noatime", MS_NOATIME}, {"atime", ~MS_NOATIME},
|
/third_party/libwebsockets/lib/misc/ |
D | fsmount.c | 121 mnt_context_set_mflags(ctx, MS_NOATIME /* |MS_NOEXEC */); in lws_fsmount_mount()
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fusermount.c | 233 {"atime", MS_NOATIME, 0, 1}, 234 {"noatime", MS_NOATIME, 1, 1},
|
D | mount.c | 208 {"atime", MS_NOATIME, 0}, 209 {"noatime", MS_NOATIME, 1},
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount03.c | 80 MS_NOATIME,
|