Searched refs:STATX_ATIME (Results 1 – 5 of 5) sorted by relevance
55 #if defined(STATX_ATIME) || (defined(HAVE_DECL_STATX_ATIME) && HAVE_DECL_STATX_ATIME)57 static_assert((STATX_ATIME) == (0x00000020U), "STATX_ATIME != 0x00000020U");60 # define STATX_ATIME 0x00000020U123 XLAT(STATX_ATIME),
9 STATX_ATIME 0x00000020U
146 #ifndef STATX_ATIME147 # define STATX_ATIME 0x00000020U macro
143 #define STATX_ATIME 0x00000020U /* Want/got stx_atime */ macro
844 pub const STATX_ATIME: ::c_uint = 0x0020; constant