Home
last modified time | relevance | path

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

/external/strace/xlat/
Dstatx_attrs.h20 #if defined(STATX_ATTR_APPEND) || (defined(HAVE_DECL_STATX_ATTR_APPEND) && HAVE_DECL_STATX_ATTR_APP…
22 static_assert((STATX_ATTR_APPEND) == (0x00000020), "STATX_ATTR_APPEND != 0x00000020");
25 # define STATX_ATTR_APPEND 0x00000020
61 XLAT(STATX_ATTR_APPEND),
Dstatx_attrs.in3 STATX_ATTR_APPEND 0x00000020
/external/ltp/include/lapi/
Dstat.h205 #ifndef STATX_ATTR_APPEND
206 # define STATX_ATTR_APPEND 0x00000020 macro
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx04.c55 if (buf.stx_attributes & STATX_ATTR_APPEND) in test_flagged()
90 if ((buf.stx_attributes & STATX_ATTR_APPEND) == 0) in test_unflagged()
/external/kernel-headers/original/uapi/linux/
Dstat.h167 #define STATX_ATTR_APPEND 0x00000020 /* [I] File is append-only */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1861 STATX_ATTR_APPEND = 0x20 const
Dzerrors_linux_s390x.go1920 STATX_ATTR_APPEND = 0x20 const
Dzerrors_linux_arm.go1866 STATX_ATTR_APPEND = 0x20 const
Dzerrors_linux_ppc64le.go1916 STATX_ATTR_APPEND = 0x20 const
Dzerrors_linux_mips64.go1861 STATX_ATTR_APPEND = 0x20 const
Dzerrors_linux_ppc64.go1916 STATX_ATTR_APPEND = 0x20 const
Dzerrors_linux_amd64.go1860 STATX_ATTR_APPEND = 0x20 const
Dzerrors_linux_mips64le.go1861 STATX_ATTR_APPEND = 0x20 const
Dzerrors_linux_386.go1859 STATX_ATTR_APPEND = 0x20 const
Dzerrors_linux_mips.go1861 STATX_ATTR_APPEND = 0x20 const
Dzerrors_linux_arm64.go1850 STATX_ATTR_APPEND = 0x20 const