Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/sys/
H A Dmount.h43 struct statfs12 { struct
44 short f_type; /* type of file system */
45 u_short f_oflags; /* deprecated copy of mount flags */
46 long f_bsize; /* fundamental file system block size */
47 long f_iosize; /* optimal transfer block size */
48 long f_blocks; /* total data blocks in file system */
49 long f_bfree; /* free blocks in fs */
50 long f_bavail; /* free blocks avail to non-superuser */
51 long f_files; /* total file nodes in file system */
52 long f_ffree; /* free file nodes in fs */
[all …]