Searched defs:statfs (Results 1 – 3 of 3) sorted by relevance
95 struct statfs { struct96 long f_spare2; /* placeholder */97 long f_bsize; /* fundamental file system block size */98 long f_iosize; /* optimal transfer block size */99 long f_blocks; /* total data blocks in file system */100 long f_bfree; /* free blocks in fs */101 long f_bavail; /* free blocks avail to non-superuser */102 long f_files; /* total file nodes in file system */103 long f_ffree; /* free file nodes in fs */104 fsid_t f_fsid; /* file system id */[all …]
119 struct statfs_args statfs; member
3745 struct statfs statfs; in nfsrv_statfs() local