Searched refs:STATX_NLINK (Results 1 – 5 of 5) sorted by relevance
34 #if defined(STATX_NLINK) || (defined(HAVE_DECL_STATX_NLINK) && HAVE_DECL_STATX_NLINK)36 static_assert((STATX_NLINK) == (0x00000004U), "STATX_NLINK != 0x00000004U");39 # define STATX_NLINK 0x00000004U120 XLAT(STATX_NLINK),
6 STATX_NLINK 0x00000004U
134 #ifndef STATX_NLINK135 # define STATX_NLINK 0x00000004U macro
143 #define STATX_NLINK 0x00000004U /* Want/got stx_nlink */ macro
1205 pub const STATX_NLINK: ::c_uint = 0x0004; constant