Home
last modified time | relevance | path

Searched refs:STATX_BASIC_STATS (Results 1 – 22 of 22) sorted by relevance

/external/strace/xlat/
Dstatx_masks.h13 #if defined(STATX_BASIC_STATS) || (defined(HAVE_DECL_STATX_BASIC_STATS) && HAVE_DECL_STATX_BASIC_ST…
15 static_assert((STATX_BASIC_STATS) == (0x000007ffU), "STATX_BASIC_STATS != 0x000007ffU");
18 # define STATX_BASIC_STATS 0x000007ffU
116 XLAT(STATX_BASIC_STATS),
Dstatx_masks.in2 STATX_BASIC_STATS 0x000007ffU
/external/ltp/include/lapi/
Dstat.h170 #ifndef STATX_BASIC_STATS
171 # define STATX_BASIC_STATS 0x000007ffU macro
/external/kernel-headers/original/uapi/linux/
Dstat.h149 #define STATX_BASIC_STATS 0x000007ffU /* The stuff in the normal stat struct */ macro
/external/syzkaller/sys/linux/
Dsys_386.const550 STATX_BASIC_STATS = 2047
Dsys_amd64.const550 STATX_BASIC_STATS = 2047
Dsys_arm.const550 STATX_BASIC_STATS = 2047
Dsys_ppc64le.const550 STATX_BASIC_STATS = 2047
Dsys_arm64.const550 STATX_BASIC_STATS = 2047
Dsys.txt974 …IME, STATX_MTIME, STATX_CTIME, STATX_INO, STATX_SIZE, STATX_BLOCKS, STATX_BASIC_STATS, STATX_BTIME…
/external/ltp/doc/
Dc-test-tutorial-simple.txt560 #define STATX_BASIC_STATS 0x000007ffU
574 macros such as +STATX_BASIC_STATS+. However for the time being we have just
598 TEST(sys_statx(AT_FDCWD, FNAME, 0, STATX_BASIC_STATS, &statxbuf));
660 TEST(sys_statx(AT_FDCWD, LNAME, 0, STATX_BASIC_STATS, &statxbuf));
751 TEST(sys_statx(AT_FDCWD, LNAME, 0, STATX_BASIC_STATS, &statxbuf));
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1867 STATX_BASIC_STATS = 0x7ff const
Dzerrors_linux_s390x.go1926 STATX_BASIC_STATS = 0x7ff const
Dzerrors_linux_arm.go1872 STATX_BASIC_STATS = 0x7ff const
Dzerrors_linux_ppc64le.go1922 STATX_BASIC_STATS = 0x7ff const
Dzerrors_linux_mips64.go1867 STATX_BASIC_STATS = 0x7ff const
Dzerrors_linux_ppc64.go1922 STATX_BASIC_STATS = 0x7ff const
Dzerrors_linux_amd64.go1866 STATX_BASIC_STATS = 0x7ff const
Dzerrors_linux_mips64le.go1867 STATX_BASIC_STATS = 0x7ff const
Dzerrors_linux_386.go1865 STATX_BASIC_STATS = 0x7ff const
Dzerrors_linux_mips.go1867 STATX_BASIC_STATS = 0x7ff const
Dzerrors_linux_arm64.go1856 STATX_BASIC_STATS = 0x7ff const