Home
last modified time | relevance | path

Searched refs:STATX_ATTR_COMPRESSED (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dstatx_attrs.h6 #if defined(STATX_ATTR_COMPRESSED) || (defined(HAVE_DECL_STATX_ATTR_COMPRESSED) && HAVE_DECL_STATX_…
8 static_assert((STATX_ATTR_COMPRESSED) == (0x00000004), "STATX_ATTR_COMPRESSED != 0x00000004");
11 # define STATX_ATTR_COMPRESSED 0x00000004
59 XLAT(STATX_ATTR_COMPRESSED),
Dstatx_attrs.in1 STATX_ATTR_COMPRESSED 0x00000004
/external/ltp/include/lapi/
Dstat.h197 #ifndef STATX_ATTR_COMPRESSED
198 # define STATX_ATTR_COMPRESSED 0x00000004 macro
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx04.c50 if (buf.stx_attributes & STATX_ATTR_COMPRESSED) in test_flagged()
85 if ((buf.stx_attributes & STATX_ATTR_COMPRESSED) == 0) in test_unflagged()
/external/kernel-headers/original/uapi/linux/
Dstat.h165 #define STATX_ATTR_COMPRESSED 0x00000004 /* [I] File is compressed by the fs */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1863 STATX_ATTR_COMPRESSED = 0x4 const
Dzerrors_linux_s390x.go1922 STATX_ATTR_COMPRESSED = 0x4 const
Dzerrors_linux_arm.go1868 STATX_ATTR_COMPRESSED = 0x4 const
Dzerrors_linux_ppc64le.go1918 STATX_ATTR_COMPRESSED = 0x4 const
Dzerrors_linux_mips64.go1863 STATX_ATTR_COMPRESSED = 0x4 const
Dzerrors_linux_ppc64.go1918 STATX_ATTR_COMPRESSED = 0x4 const
Dzerrors_linux_amd64.go1862 STATX_ATTR_COMPRESSED = 0x4 const
Dzerrors_linux_mips64le.go1863 STATX_ATTR_COMPRESSED = 0x4 const
Dzerrors_linux_386.go1861 STATX_ATTR_COMPRESSED = 0x4 const
Dzerrors_linux_mips.go1863 STATX_ATTR_COMPRESSED = 0x4 const
Dzerrors_linux_arm64.go1852 STATX_ATTR_COMPRESSED = 0x4 const