Home
last modified time | relevance | path

Searched defs:STATX_BLOCKS (Results 1 – 3 of 3) sorted by relevance

/external/ltp/include/lapi/
Dstat.h167 # define STATX_BLOCKS 0x00000400U macro
/external/kernel-headers/original/uapi/linux/
Dstat.h151 #define STATX_BLOCKS 0x00000400U /* Want/got stx_blocks */ macro
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1213 pub const STATX_BLOCKS: ::c_uint = 0x0400; constant