Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/linux/common/
H A Dlinux_types.h135 struct linux_statfs64 { struct
136 long l_ftype;
137 long l_fbsize;
138 long l_fblocks;
139 long l_fbfree;
163 struct linux_statfs64 { argument
164 u_int32_t l_ftype;
165 u_int32_t l_fbsize;
166 u_int64_t l_fblocks;
167 u_int64_t l_fbfree;
[all …]