Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32.h300 struct netbsd32_statfs { struct
301 short f_type; /* type of file system */
302 unsigned short f_flags; /* copy of mount flags */
303 netbsd32_long f_bsize; /* fundamental file system block size */
304 netbsd32_long f_iosize; /* optimal transfer block size */
305 netbsd32_long f_blocks; /* total data blocks in file system */
306 netbsd32_long f_bfree; /* free blocks in fs */
307 netbsd32_long f_bavail; /* free blocks avail to non-superuser */
308 netbsd32_long f_files; /* total file nodes in file system */
309 netbsd32_long f_ffree; /* free file nodes in fs */
[all …]