Home
last modified time | relevance | path

Searched refs:STATX_BASIC_STATS (Results 1 – 6 of 6) 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.h152 #define STATX_BASIC_STATS 0x000007ffU /* The stuff in the normal stat struct */ macro
/external/ltp/doc/
Dc-test-tutorial-simple.txt536 #define STATX_BASIC_STATS 0x000007ffU
550 macros such as +STATX_BASIC_STATS+. However for the time being we have just
574 TEST(sys_statx(AT_FDCWD, FNAME, 0, STATX_BASIC_STATS, &statxbuf));
636 TEST(sys_statx(AT_FDCWD, LNAME, 0, STATX_BASIC_STATS, &statxbuf));
727 TEST(sys_statx(AT_FDCWD, LNAME, 0, STATX_BASIC_STATS, &statxbuf));
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1214 pub const STATX_BASIC_STATS: ::c_uint = 0x07ff; constant