Searched defs:ostatfs (Results 1 – 1 of 1) sorted by relevance
146 struct ostatfs { struct147 long f_spare2; /* placeholder */148 long f_bsize; /* fundamental filesystem block size */149 long f_iosize; /* optimal transfer block size */150 long f_blocks; /* total data blocks in filesystem */151 long f_bfree; /* free blocks in fs */152 long f_bavail; /* free blocks avail to non-superuser */153 long f_files; /* total file nodes in filesystem */154 long f_ffree; /* free file nodes in fs */155 fsid_t f_fsid; /* filesystem id */[all …]