Home
last modified time | relevance | path

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

12

/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c141 mnt_flags |= MS_NOATIME; in read_mnt_flags()
334 MS_NOATIME)) in main()
339 MS_NOATIME)) in main()
343 if (!test_unpriv_remount_atime(MS_NOATIME, in main()
349 MS_NOATIME)) in main()
354 MS_NOATIME)) in main()
358 if (!test_unpriv_remount_atime(MS_NOATIME|MS_NODIRATIME, in main()
363 if (!test_unpriv_remount("ramfs", NULL, MS_STRICTATIME, 0, MS_NOATIME)) in main()
/external/strace/xlat/
Dmount_flags.h62 #if defined(MS_NOATIME) || (defined(HAVE_DECL_MS_NOATIME) && HAVE_DECL_MS_NOATIME)
64 static_assert((MS_NOATIME) == (1024), "MS_NOATIME != 1024");
67 # define MS_NOATIME 1024
235 XLAT(MS_NOATIME),
Dmount_flags.in9 MS_NOATIME 1024
/external/syzkaller/sys/linux/
Dfilesystem_arm.const11 MS_NOATIME = 1024
Dfilesystem_arm64.const11 MS_NOATIME = 1024
Dfilesystem_amd64.const11 MS_NOATIME = 1024
Dfilesystem_ppc64le.const11 MS_NOATIME = 1024
Dfilesystem_386.const11 MS_NOATIME = 1024
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.h19 #define MS_NOATIME 1024 /* Do not update access times. */ macro
/external/toybox/toys/lsb/
Dmount.c104 {"noatime", MS_NOATIME}, {"atime", ~MS_NOATIME},
/external/ltp/testcases/kernel/syscalls/mount/
Dmount03.c80 MS_NOATIME,
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go822 MS_NOATIME = 0x400 const
Dzerrors_linux_mipsle.go1017 MS_NOATIME = 0x400 const
Dzerrors_linux_s390x.go1016 MS_NOATIME = 0x400 const
Dzerrors_linux_arm.go1016 MS_NOATIME = 0x400 const
Dzerrors_linux_ppc64le.go1016 MS_NOATIME = 0x400 const
Dzerrors_linux_mips64.go1017 MS_NOATIME = 0x400 const
Dzerrors_linux_ppc64.go1016 MS_NOATIME = 0x400 const
Dzerrors_linux_amd64.go1018 MS_NOATIME = 0x400 const
Dzerrors_linux_mips64le.go1017 MS_NOATIME = 0x400 const
Dzerrors_linux_386.go1018 MS_NOATIME = 0x400 const
Dzerrors_linux_mips.go1017 MS_NOATIME = 0x400 const
Dzerrors_linux_arm64.go1019 MS_NOATIME = 0x400 const
/external/u-boot/fs/ubifs/
Dubifs.h483 #define MS_NOATIME 1024 /* Do not update access times. */ macro

12