Home
last modified time | relevance | path

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

/external/strace/xlat/
Dstatx_attrs.h13 #if defined(STATX_ATTR_IMMUTABLE) || (defined(HAVE_DECL_STATX_ATTR_IMMUTABLE) && HAVE_DECL_STATX_AT…
15 static_assert((STATX_ATTR_IMMUTABLE) == (0x00000010), "STATX_ATTR_IMMUTABLE != 0x00000010");
18 # define STATX_ATTR_IMMUTABLE 0x00000010
60 XLAT(STATX_ATTR_IMMUTABLE),
Dstatx_attrs.in2 STATX_ATTR_IMMUTABLE 0x00000010
/external/ltp/include/lapi/
Dstat.h201 #ifndef STATX_ATTR_IMMUTABLE
202 # define STATX_ATTR_IMMUTABLE 0x00000010 macro
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx04.c60 if (buf.stx_attributes & STATX_ATTR_IMMUTABLE) in test_flagged()
95 if ((buf.stx_attributes & STATX_ATTR_IMMUTABLE) == 0) in test_unflagged()
/external/kernel-headers/original/uapi/linux/
Dstat.h166 #define STATX_ATTR_IMMUTABLE 0x00000010 /* [I] File is marked immutable */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1865 STATX_ATTR_IMMUTABLE = 0x10 const
Dzerrors_linux_s390x.go1924 STATX_ATTR_IMMUTABLE = 0x10 const
Dzerrors_linux_arm.go1870 STATX_ATTR_IMMUTABLE = 0x10 const
Dzerrors_linux_ppc64le.go1920 STATX_ATTR_IMMUTABLE = 0x10 const
Dzerrors_linux_mips64.go1865 STATX_ATTR_IMMUTABLE = 0x10 const
Dzerrors_linux_ppc64.go1920 STATX_ATTR_IMMUTABLE = 0x10 const
Dzerrors_linux_amd64.go1864 STATX_ATTR_IMMUTABLE = 0x10 const
Dzerrors_linux_mips64le.go1865 STATX_ATTR_IMMUTABLE = 0x10 const
Dzerrors_linux_386.go1863 STATX_ATTR_IMMUTABLE = 0x10 const
Dzerrors_linux_mips.go1865 STATX_ATTR_IMMUTABLE = 0x10 const
Dzerrors_linux_arm64.go1854 STATX_ATTR_IMMUTABLE = 0x10 const