Home
last modified time | relevance | path

Searched refs:STATX_ATTR_ENCRYPTED (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dstatx_attrs.h34 #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 0x00000800
63 XLAT(STATX_ATTR_ENCRYPTED),
Dstatx_attrs.in5 STATX_ATTR_ENCRYPTED 0x00000800
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx05.c49 if (buf.stx_attributes & STATX_ATTR_ENCRYPTED) in test_flagged()
69 if ((buf.stx_attributes & STATX_ATTR_ENCRYPTED) == 0) in test_unflagged()
/external/ltp/include/lapi/
Dstat.h213 #ifndef STATX_ATTR_ENCRYPTED
214 # define STATX_ATTR_ENCRYPTED 0x00000800 macro
/external/kernel-headers/original/uapi/linux/
Dstat.h185 #define STATX_ATTR_ENCRYPTED 0x00000800 /* [I] File requires key to decrypt in fs */ macro
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1223 pub const STATX_ATTR_ENCRYPTED: ::c_int = 0x0800; constant