Searched refs:STATX_CTIME (Results 1 – 5 of 5) sorted by relevance
69 #if defined(STATX_CTIME) || (defined(HAVE_DECL_STATX_CTIME) && HAVE_DECL_STATX_CTIME)71 static_assert((STATX_CTIME) == (0x00000080U), "STATX_CTIME != 0x00000080U");74 # define STATX_CTIME 0x00000080U125 XLAT(STATX_CTIME),
11 STATX_CTIME 0x00000080U
154 #ifndef STATX_CTIME155 # define STATX_CTIME 0x00000080U macro
148 #define STATX_CTIME 0x00000080U /* Want/got stx_ctime */ macro
1210 pub const STATX_CTIME: ::c_uint = 0x0080; constant