Home
last modified time | relevance | path

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

/csrg-svn/sys/sys/
H A Dmount.h39 struct statfs { struct
40 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 …]
/csrg-svn/sys/kern/
H A Dvfs_syscalls.c461 statfs(p, uap, retval) in statfs() function
/csrg-svn/sys/nfs/
H A Dnfs_serv.c3016 struct statfs statfs; local