Home
last modified time | relevance | path

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

/netbsd/sys/compat/linux/common/
H A Dlinux_types.h134 long l_ftype;
135 long l_fbsize;
136 long l_fblocks;
137 long l_fbfree;
161 struct linux_statfs64 { argument
162 u_int32_t l_ftype;
163 u_int32_t l_fbsize;
164 u_int64_t l_fblocks;
165 u_int64_t l_fbfree;
167 u_int64_t l_ffiles;
[all …]