Searched refs:STATX_TYPE (Results 1 – 5 of 5) sorted by relevance
20 #if defined(STATX_TYPE) || (defined(HAVE_DECL_STATX_TYPE) && HAVE_DECL_STATX_TYPE)22 static_assert((STATX_TYPE) == (0x00000001U), "STATX_TYPE != 0x00000001U");25 # define STATX_TYPE 0x00000001U118 XLAT(STATX_TYPE),
4 STATX_TYPE 0x00000001U
126 #ifndef STATX_TYPE127 # define STATX_TYPE 0x00000001U macro
141 #define STATX_TYPE 0x00000001U /* Want/got stx_mode & S_IFMT */ macro
1203 pub const STATX_TYPE: ::c_uint = 0x0001; constant