Home
last modified time | relevance | path

Searched refs:STATX_ATIME (Results 1 – 21 of 21) sorted by relevance

/external/strace/xlat/
Dstatx_masks.h55 #if defined(STATX_ATIME) || (defined(HAVE_DECL_STATX_ATIME) && HAVE_DECL_STATX_ATIME)
57 static_assert((STATX_ATIME) == (0x00000020U), "STATX_ATIME != 0x00000020U");
60 # define STATX_ATIME 0x00000020U
123 XLAT(STATX_ATIME),
Dstatx_masks.in9 STATX_ATIME 0x00000020U
/external/ltp/include/lapi/
Dstat.h146 #ifndef STATX_ATIME
147 # define STATX_ATIME 0x00000020U macro
/external/kernel-headers/original/uapi/linux/
Dstat.h143 #define STATX_ATIME 0x00000020U /* Want/got stx_atime */ macro
/external/syzkaller/sys/linux/
Dsys_386.const549 STATX_ATIME = 32
Dsys_amd64.const549 STATX_ATIME = 32
Dsys_arm.const549 STATX_ATIME = 32
Dsys_ppc64le.const549 STATX_ATIME = 32
Dsys_arm64.const549 STATX_ATIME = 32
Dsys.txt974 statx_mask = STATX_TYPE, STATX_MODE, STATX_NLINK, STATX_UID, STATX_GID, STATX_ATIME, STATX_MTIME, S…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1860 STATX_ATIME = 0x20 const
Dzerrors_linux_s390x.go1919 STATX_ATIME = 0x20 const
Dzerrors_linux_arm.go1865 STATX_ATIME = 0x20 const
Dzerrors_linux_ppc64le.go1915 STATX_ATIME = 0x20 const
Dzerrors_linux_mips64.go1860 STATX_ATIME = 0x20 const
Dzerrors_linux_ppc64.go1915 STATX_ATIME = 0x20 const
Dzerrors_linux_amd64.go1859 STATX_ATIME = 0x20 const
Dzerrors_linux_mips64le.go1860 STATX_ATIME = 0x20 const
Dzerrors_linux_386.go1858 STATX_ATIME = 0x20 const
Dzerrors_linux_mips.go1860 STATX_ATIME = 0x20 const
Dzerrors_linux_arm64.go1849 STATX_ATIME = 0x20 const