Home
last modified time | relevance | path

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

/external/strace/xlat/
Dstatx_masks.h62 #if defined(STATX_MTIME) || (defined(HAVE_DECL_STATX_MTIME) && HAVE_DECL_STATX_MTIME)
64 static_assert((STATX_MTIME) == (0x00000040U), "STATX_MTIME != 0x00000040U");
67 # define STATX_MTIME 0x00000040U
124 XLAT(STATX_MTIME),
Dstatx_masks.in10 STATX_MTIME 0x00000040U
/external/ltp/include/lapi/
Dstat.h150 #ifndef STATX_MTIME
151 # define STATX_MTIME 0x00000040U macro
/external/kernel-headers/original/uapi/linux/
Dstat.h144 #define STATX_MTIME 0x00000040U /* Want/got stx_mtime */ macro
/external/syzkaller/sys/linux/
Dsys_386.const557 STATX_MTIME = 64
Dsys_amd64.const557 STATX_MTIME = 64
Dsys_arm.const557 STATX_MTIME = 64
Dsys_ppc64le.const557 STATX_MTIME = 64
Dsys_arm64.const557 STATX_MTIME = 64
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.go1874 STATX_MTIME = 0x40 const
Dzerrors_linux_s390x.go1933 STATX_MTIME = 0x40 const
Dzerrors_linux_arm.go1879 STATX_MTIME = 0x40 const
Dzerrors_linux_ppc64le.go1929 STATX_MTIME = 0x40 const
Dzerrors_linux_mips64.go1874 STATX_MTIME = 0x40 const
Dzerrors_linux_ppc64.go1929 STATX_MTIME = 0x40 const
Dzerrors_linux_amd64.go1873 STATX_MTIME = 0x40 const
Dzerrors_linux_mips64le.go1874 STATX_MTIME = 0x40 const
Dzerrors_linux_386.go1872 STATX_MTIME = 0x40 const
Dzerrors_linux_mips.go1874 STATX_MTIME = 0x40 const
Dzerrors_linux_arm64.go1863 STATX_MTIME = 0x40 const