Home
last modified time | relevance | path

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

/third_party/musl/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/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,
/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dubifs.h483 #define MS_NOATIME 1024 /* Do not update access times. */ macro
Dsuper.c2498 sb->s_flags |= MS_ACTIVE | MS_NOATIME; in ubifs_mount()