/third_party/ltp/testcases/kernel/syscalls/statx/ |
H A D | statx08.c | 53 if (buf.stx_attributes & STATX_ATTR_COMPRESSED) in run() 61 if (buf.stx_attributes & STATX_ATTR_APPEND) in run() 69 if (buf.stx_attributes & STATX_ATTR_IMMUTABLE) in run() 77 if (buf.stx_attributes & STATX_ATTR_NODUMP) in run()
|
H A D | statx09.c | 48 if (buf.stx_attributes & STATX_ATTR_VERITY) in test_flagged() 50 (uint64_t)buf.stx_attributes); in test_flagged() 62 if ((buf.stx_attributes & STATX_ATTR_VERITY) == 0) in test_unflagged()
|
H A D | statx05.c | 50 if (buf.stx_attributes & STATX_ATTR_ENCRYPTED) in test_flagged() 70 if ((buf.stx_attributes & STATX_ATTR_ENCRYPTED) == 0) in test_unflagged()
|
H A D | statx12.c | 61 if (buf.stx_attributes & STATX_ATTR_MOUNT_ROOT) { in verify_statx()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | stat.h | 36 uint64_t stx_attributes; member
|
/third_party/node/deps/uv/src/unix/ |
H A D | linux-syscalls.h | 40 uint64_t stx_attributes; member
|
/third_party/ltp/include/lapi/ |
H A D | stat.h | 75 uint64_t stx_attributes; member 190 * Attributes to be found in stx_attributes and masked in stx_attributes_mask.
|
/third_party/musl/include/sys/ |
H A D | stat.h | 133 uint64_t stx_attributes; member
|
/third_party/musl/src/stat/ |
H A D | fstatat.c | 13 uint64_t stx_attributes; member
|
/third_party/libuv/src/unix/ |
H A D | internal.h | 195 uint64_t stx_attributes; member
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 1013 pub stx_attributes: u64,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 21 pub stx_attributes: u64,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 3617 pub stx_attributes: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 3615 pub stx_attributes: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 3595 pub stx_attributes: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 3740 pub stx_attributes: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 3800 pub stx_attributes: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 3768 pub stx_attributes: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 3864 pub stx_attributes: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 3701 pub stx_attributes: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 3979 pub stx_attributes: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 3675 pub stx_attributes: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 3949 pub stx_attributes: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 3644 pub stx_attributes: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 3732 pub stx_attributes: __u64,
|