Home
last modified time | relevance | path

Searched refs:STATX_ATTR_ENCRYPTED (Results 1 – 16 of 16) 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.h169 #define STATX_ATTR_ENCRYPTED 0x00000800 /* [I] File requires key to decrypt in fs */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1864 STATX_ATTR_ENCRYPTED = 0x800 const
Dzerrors_linux_s390x.go1923 STATX_ATTR_ENCRYPTED = 0x800 const
Dzerrors_linux_arm.go1869 STATX_ATTR_ENCRYPTED = 0x800 const
Dzerrors_linux_ppc64le.go1919 STATX_ATTR_ENCRYPTED = 0x800 const
Dzerrors_linux_mips64.go1864 STATX_ATTR_ENCRYPTED = 0x800 const
Dzerrors_linux_ppc64.go1919 STATX_ATTR_ENCRYPTED = 0x800 const
Dzerrors_linux_amd64.go1863 STATX_ATTR_ENCRYPTED = 0x800 const
Dzerrors_linux_mips64le.go1864 STATX_ATTR_ENCRYPTED = 0x800 const
Dzerrors_linux_386.go1862 STATX_ATTR_ENCRYPTED = 0x800 const
Dzerrors_linux_mips.go1864 STATX_ATTR_ENCRYPTED = 0x800 const
Dzerrors_linux_arm64.go1853 STATX_ATTR_ENCRYPTED = 0x800 const