Home
last modified time | relevance | path

Searched refs:MS_NODIRATIME (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/xlat/
Dmount_flags.h69 #if defined(MS_NODIRATIME) || (defined(HAVE_DECL_MS_NODIRATIME) && HAVE_DECL_MS_NODIRATIME)
71 static_assert((MS_NODIRATIME) == (2048), "MS_NODIRATIME != 2048");
74 # define MS_NODIRATIME 2048
236 XLAT(MS_NODIRATIME),
Dmount_flags.in10 MS_NODIRATIME 2048
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c143 mnt_flags |= MS_NODIRATIME; in read_mnt_flags()
348 if (!test_unpriv_remount_atime(MS_RELATIME|MS_NODIRATIME, in main()
353 if (!test_unpriv_remount_atime(MS_STRICTATIME|MS_NODIRATIME, in main()
358 if (!test_unpriv_remount_atime(MS_NOATIME|MS_NODIRATIME, in main()
/external/syzkaller/sys/linux/
Dfilesystem_arm.const13 MS_NODIRATIME = 2048
Dfilesystem_arm64.const13 MS_NODIRATIME = 2048
Dfilesystem_amd64.const13 MS_NODIRATIME = 2048
Dfilesystem_ppc64le.const13 MS_NODIRATIME = 2048
Dfilesystem_386.const13 MS_NODIRATIME = 2048
Dfilesystem.txt574 mount_flags = MS_BIND, MS_DIRSYNC, MS_MANDLOCK, MS_MOVE, MS_NOATIME, MS_NODEV, MS_NODIRATIME, MS_NO…
/external/kernel-headers/original/uapi/linux/
Dmount.h20 #define MS_NODIRATIME 2048 /* Do not update directory access times */ macro
/external/toybox/toys/lsb/
Dmount.c106 {"nodiratime", MS_NODIRATIME}, {"diratime", ~MS_NODIRATIME},
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go824 MS_NODIRATIME = 0x800 const
Dzerrors_linux_mipsle.go1019 MS_NODIRATIME = 0x800 const
Dzerrors_linux_s390x.go1018 MS_NODIRATIME = 0x800 const
Dzerrors_linux_arm.go1018 MS_NODIRATIME = 0x800 const
Dzerrors_linux_ppc64le.go1018 MS_NODIRATIME = 0x800 const
Dzerrors_linux_mips64.go1019 MS_NODIRATIME = 0x800 const
Dzerrors_linux_ppc64.go1018 MS_NODIRATIME = 0x800 const
Dzerrors_linux_amd64.go1020 MS_NODIRATIME = 0x800 const
Dzerrors_linux_mips64le.go1019 MS_NODIRATIME = 0x800 const
Dzerrors_linux_386.go1020 MS_NODIRATIME = 0x800 const
Dzerrors_linux_mips.go1019 MS_NODIRATIME = 0x800 const
Dzerrors_linux_arm64.go1021 MS_NODIRATIME = 0x800 const
/external/u-boot/fs/ubifs/
Dubifs.h484 #define MS_NODIRATIME 2048 /* Do not update directory access times */ macro
/external/minijail/
Dlibminijail.c91 (MS_NOSUID | MS_NODEV | MS_NOEXEC | MS_NOATIME | MS_NODIRATIME | \

12