Searched refs:STATX_ATTR_NODUMP (Results 1 – 6 of 6) sorted by relevance
27 #if defined(STATX_ATTR_NODUMP) || (defined(HAVE_DECL_STATX_ATTR_NODUMP) && HAVE_DECL_STATX_ATTR_NOD…29 static_assert((STATX_ATTR_NODUMP) == (0x00000040), "STATX_ATTR_NODUMP != 0x00000040");32 # define STATX_ATTR_NODUMP 0x0000004062 XLAT(STATX_ATTR_NODUMP),
4 STATX_ATTR_NODUMP 0x00000040
209 #ifndef STATX_ATTR_NODUMP210 # define STATX_ATTR_NODUMP 0x00000040 macro
65 if (buf.stx_attributes & STATX_ATTR_NODUMP) in test_flagged()100 if ((buf.stx_attributes & STATX_ATTR_NODUMP) == 0) in test_unflagged()
184 #define STATX_ATTR_NODUMP 0x00000040 /* [I] File is not to be dumped */ macro
1222 pub const STATX_ATTR_NODUMP: ::c_int = 0x0040; constant