Home
last modified time | relevance | path

Searched defs:STATX__RESERVED (Results 1 - 17 of 17) sorted by relevance

/third_party/ltp/include/lapi/
H A Dstat.h186 # define STATX__RESERVED 0x80000000U macro
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs1530 const STATX__RESERVED: u32 = libc::STATX__RESERVED as u32; consts
1532 const STATX__RESERVED: u32 = linux_raw_sys::general::STATX__RESERVED; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1022 pub const STATX__RESERVED: ::c_int = 0x80000000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1607 pub const STATX__RESERVED: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1620 pub const STATX__RESERVED: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1607 pub const STATX__RESERVED: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1599 pub const STATX__RESERVED: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1612 pub const STATX__RESERVED: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1614 pub const STATX__RESERVED: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1604 pub const STATX__RESERVED: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1595 pub const STATX__RESERVED: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1848 pub const STATX__RESERVED: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1602 pub const STATX__RESERVED: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1856 pub const STATX__RESERVED: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1603 pub const STATX__RESERVED: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1596 pub const STATX__RESERVED: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs1603 pub const STATX__RESERVED: u32 = 2147483648; consts

Completed in 183 milliseconds