Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/sunos/
H A Dsunos.h67 struct sunos_statfs { struct
68 int f_type; /* type of info, zero for now */
69 int f_bsize; /* fundamental file system block size */
70 int f_blocks; /* total blocks in file system */
71 int f_bfree; /* free blocks */
72 int f_bavail; /* free blocks available to non-super-user */
73 int f_files; /* total file nodes in file system */
74 int f_ffree; /* free file nodes in fs */
75 fsid_t f_fsid; /* file system id */
76 int f_spare[7]; /* spare for later */