Searched refs:MS_NOATIME (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/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/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,
|
/third_party/uboot/u-boot-2020.01/fs/ubifs/ |
D | ubifs.h | 483 #define MS_NOATIME 1024 /* Do not update access times. */ macro
|
D | super.c | 2498 sb->s_flags |= MS_ACTIVE | MS_NOATIME; in ubifs_mount()
|