/third_party/rust/crates/rustix/tests/fs/ |
D | statx.rs | 11 unsafe { StatxFlags::from_bits_unchecked(!0 & !linux_raw_sys::general::STATX__RESERVED) }; in test_statx_unknown_flags() 32 unsafe { StatxFlags::from_bits_unchecked(linux_raw_sys::general::STATX__RESERVED) }; in test_statx_reserved()
|
/third_party/ltp/include/lapi/ |
D | stat.h | 185 #ifndef STATX__RESERVED 186 # define STATX__RESERVED 0x80000000U macro
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 1530 const STATX__RESERVED: u32 = libc::STATX__RESERVED as u32; in statx() constant 1532 const STATX__RESERVED: u32 = linux_raw_sys::general::STATX__RESERVED; in statx() constant 1533 if (mask.bits() & STATX__RESERVED) == STATX__RESERVED { in statx()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 40 F_GET_SEALS, F_SETFL, F_SETPIPE_SZ, SEEK_CUR, SEEK_END, SEEK_SET, STATX__RESERVED, 737 if (mask.bits() & STATX__RESERVED) == STATX__RESERVED { in statx()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux-gnu.txt | 443 STATX__RESERVED
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 1022 pub const STATX__RESERVED: ::c_int = 0x80000000; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1607 pub const STATX__RESERVED: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1607 pub const STATX__RESERVED: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1602 pub const STATX__RESERVED: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1596 pub const STATX__RESERVED: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 1620 pub const STATX__RESERVED: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 1604 pub const STATX__RESERVED: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 1614 pub const STATX__RESERVED: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 1856 pub const STATX__RESERVED: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1603 pub const STATX__RESERVED: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1848 pub const STATX__RESERVED: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1612 pub const STATX__RESERVED: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 1595 pub const STATX__RESERVED: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 1603 pub const STATX__RESERVED: u32 = 2147483648; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 1599 pub const STATX__RESERVED: u32 = 2147483648; constant
|