Home
last modified time | relevance | path

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

/freebsd/sys/i386/linux/
H A Dlinux.h211 struct l_statfs64 { struct
212 l_int f_type;
213 l_int f_bsize;
214 uint64_t f_blocks;
215 uint64_t f_bfree;
217 uint64_t f_files;
218 uint64_t f_ffree;
219 l_fsid_t f_fsid;
220 l_int f_namelen;
221 l_int f_frsize;
[all …]
/freebsd/sys/amd64/linux32/
H A Dlinux.h239 struct l_statfs64 { struct
240 l_int f_type;
241 l_int f_bsize;
242 uint64_t f_blocks;
243 uint64_t f_bfree;
245 uint64_t f_files;
246 uint64_t f_ffree;
247 l_fsid_t f_fsid;
248 l_int f_namelen;
249 l_int f_frsize;
[all …]