Home
last modified time | relevance | path

Searched refs:STATX_BLOCKS (Results 1 - 19 of 19) sorted by relevance

/third_party/ltp/include/lapi/
H A Dstat.h165 #ifndef STATX_BLOCKS
166 # define STATX_BLOCKS 0x00000400U macro
/third_party/musl/include/sys/
H A Dstat.h120 #define STATX_BLOCKS 0x400U macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs450 /// `STATX_BLOCKS`
451 const BLOCKS = linux_raw_sys::general::STATX_BLOCKS;
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs617 /// `STATX_BLOCKS`
618 const BLOCKS = c::STATX_BLOCKS;
673 /// `STATX_BLOCKS`
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1017 pub const STATX_BLOCKS: ::c_uint = 0x0400; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1603 pub const STATX_BLOCKS: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1603 pub const STATX_BLOCKS: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1595 pub const STATX_BLOCKS: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1616 pub const STATX_BLOCKS: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1608 pub const STATX_BLOCKS: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1610 pub const STATX_BLOCKS: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1600 pub const STATX_BLOCKS: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1591 pub const STATX_BLOCKS: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1844 pub const STATX_BLOCKS: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1598 pub const STATX_BLOCKS: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1852 pub const STATX_BLOCKS: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1599 pub const STATX_BLOCKS: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1592 pub const STATX_BLOCKS: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs1599 pub const STATX_BLOCKS: u32 = 1024; consts

Completed in 189 milliseconds