Home
last modified time | relevance | path

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

/external/ltp/include/lapi/
Dstat.h171 # define STATX_BASIC_STATS 0x000007ffU macro
/external/kernel-headers/original/uapi/linux/
Dstat.h152 #define STATX_BASIC_STATS 0x000007ffU /* The stuff in the normal stat struct */ macro
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1026 pub const STATX_BASIC_STATS: ::c_uint = 0x07ff; constant