Searched refs:STATX_SIZE (Results 1 – 21 of 21) sorted by relevance
/external/strace/xlat/ |
D | statx_masks.h | 83 #if defined(STATX_SIZE) || (defined(HAVE_DECL_STATX_SIZE) && HAVE_DECL_STATX_SIZE) 85 static_assert((STATX_SIZE) == (0x00000200U), "STATX_SIZE != 0x00000200U"); 88 # define STATX_SIZE 0x00000200U 127 XLAT(STATX_SIZE),
|
D | statx_masks.in | 13 STATX_SIZE 0x00000200U
|
/external/ltp/include/lapi/ |
D | stat.h | 162 #ifndef STATX_SIZE 163 # define STATX_SIZE 0x00000200U macro
|
/external/kernel-headers/original/uapi/linux/ |
D | stat.h | 147 #define STATX_SIZE 0x00000200U /* Want/got stx_size */ macro
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 559 STATX_SIZE = 512
|
D | sys_amd64.const | 559 STATX_SIZE = 512
|
D | sys_arm.const | 559 STATX_SIZE = 512
|
D | sys_ppc64le.const | 559 STATX_SIZE = 512
|
D | sys_arm64.const | 559 STATX_SIZE = 512
|
D | sys.txt | 974 …TATX_UID, STATX_GID, STATX_ATIME, STATX_MTIME, STATX_CTIME, STATX_INO, STATX_SIZE, STATX_BLOCKS, S…
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_mipsle.go | 1876 STATX_SIZE = 0x200 const
|
D | zerrors_linux_s390x.go | 1935 STATX_SIZE = 0x200 const
|
D | zerrors_linux_arm.go | 1881 STATX_SIZE = 0x200 const
|
D | zerrors_linux_ppc64le.go | 1931 STATX_SIZE = 0x200 const
|
D | zerrors_linux_mips64.go | 1876 STATX_SIZE = 0x200 const
|
D | zerrors_linux_ppc64.go | 1931 STATX_SIZE = 0x200 const
|
D | zerrors_linux_amd64.go | 1875 STATX_SIZE = 0x200 const
|
D | zerrors_linux_mips64le.go | 1876 STATX_SIZE = 0x200 const
|
D | zerrors_linux_386.go | 1874 STATX_SIZE = 0x200 const
|
D | zerrors_linux_mips.go | 1876 STATX_SIZE = 0x200 const
|
D | zerrors_linux_arm64.go | 1865 STATX_SIZE = 0x200 const
|