Searched refs:STATX_ATTR_ENCRYPTED (Results 1 – 6 of 6) sorted by relevance
34 #if defined(STATX_ATTR_ENCRYPTED) || (defined(HAVE_DECL_STATX_ATTR_ENCRYPTED) && HAVE_DECL_STATX_AT…36 static_assert((STATX_ATTR_ENCRYPTED) == (0x00000800), "STATX_ATTR_ENCRYPTED != 0x00000800");39 # define STATX_ATTR_ENCRYPTED 0x0000080063 XLAT(STATX_ATTR_ENCRYPTED),
5 STATX_ATTR_ENCRYPTED 0x00000800
49 if (buf.stx_attributes & STATX_ATTR_ENCRYPTED) in test_flagged()69 if ((buf.stx_attributes & STATX_ATTR_ENCRYPTED) == 0) in test_unflagged()
213 #ifndef STATX_ATTR_ENCRYPTED214 # define STATX_ATTR_ENCRYPTED 0x00000800 macro
185 #define STATX_ATTR_ENCRYPTED 0x00000800 /* [I] File requires key to decrypt in fs */ macro
1223 pub const STATX_ATTR_ENCRYPTED: ::c_int = 0x0800; constant