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