/third_party/ltp/testcases/kernel/syscalls/statx/ |
H A D | statx08.c | 11 * by using flags in the stx_attributes_mask field of statx. 134 if ((buf.stx_attributes_mask & FS_COMPR_FL) == 0) { in setup() 138 if ((buf.stx_attributes_mask & FS_APPEND_FL) == 0) { in setup() 142 if ((buf.stx_attributes_mask & FS_IMMUTABLE_FL) == 0) { in setup() 146 if ((buf.stx_attributes_mask & FS_NODUMP_FL) == 0) { in setup()
|
H A D | statx12.c | 56 if (!(buf.stx_attributes_mask & STATX_ATTR_MOUNT_ROOT)) { in verify_statx()
|
H A D | statx04.c | 119 if (buf.stx_attributes_mask & attr_list[i].attr) in run()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | stat.h | 45 uint64_t stx_attributes_mask; member
|
/third_party/node/deps/uv/src/unix/ |
H A D | linux-syscalls.h | 49 uint64_t stx_attributes_mask; member
|
/third_party/ltp/include/lapi/ |
H A D | stat.h | 86 uint64_t stx_attributes_mask; 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 | 142 uint64_t stx_attributes_mask; member
|
/third_party/musl/src/stat/ |
H A D | fstatat.c | 22 uint64_t stx_attributes_mask; member
|
/third_party/libuv/src/unix/ |
H A D | internal.h | 204 uint64_t stx_attributes_mask; member
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 1022 pub stx_attributes_mask: u64,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 30 pub stx_attributes_mask: u64,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 3626 pub stx_attributes_mask: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 3624 pub stx_attributes_mask: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 3604 pub stx_attributes_mask: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 3749 pub stx_attributes_mask: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 3809 pub stx_attributes_mask: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 3777 pub stx_attributes_mask: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 3873 pub stx_attributes_mask: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 3710 pub stx_attributes_mask: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 3988 pub stx_attributes_mask: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 3684 pub stx_attributes_mask: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 3958 pub stx_attributes_mask: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 3653 pub stx_attributes_mask: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 3741 pub stx_attributes_mask: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 3662 pub stx_attributes_mask: __u64,
|