Home
last modified time | relevance | path

Searched refs:STATX_ATTR_IMMUTABLE (Results 1 – 6 of 6) 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.h182 #define STATX_ATTR_IMMUTABLE 0x00000010 /* [I] File is marked immutable */ macro
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1220 pub const STATX_ATTR_IMMUTABLE: ::c_int = 0x0010; constant