Searched defs:statfs (Results 1 – 3 of 3) sorted by relevance
39 struct statfs { struct40 short f_type; /* filesystem type number */41 short f_flags; /* copy of mount flags */42 long f_bsize; /* fundamental file system block size */43 long f_iosize; /* optimal transfer block size */44 long f_blocks; /* total data blocks in file system */45 long f_bfree; /* free blocks in fs */46 long f_bavail; /* free blocks avail to non-superuser */47 long f_files; /* total file nodes in file system */48 long f_ffree; /* free file nodes in fs */[all …]
461 statfs(p, uap, retval) in statfs() function
3016 struct statfs statfs; local