Searched refs:STATX_BASIC_STATS (Results 1 – 6 of 6) sorted by relevance
/external/strace/xlat/ |
D | statx_masks.h | 13 #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),
|
D | statx_masks.in | 2 STATX_BASIC_STATS 0x000007ffU
|
/external/ltp/include/lapi/ |
D | stat.h | 170 #ifndef STATX_BASIC_STATS 171 # define STATX_BASIC_STATS 0x000007ffU macro
|
/external/kernel-headers/original/uapi/linux/ |
D | stat.h | 152 #define STATX_BASIC_STATS 0x000007ffU /* The stuff in the normal stat struct */ macro
|
/external/ltp/doc/ |
D | c-test-tutorial-simple.txt | 536 #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/ |
D | mod.rs | 1214 pub const STATX_BASIC_STATS: ::c_uint = 0x07ff; constant
|