Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dmount.h95 struct statfs { struct
96 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 …]
H A Dsysunion.h119 struct statfs_args statfs; member
/dflybsd-src/sys/vfs/nfs/
H A Dnfs_serv.c3745 struct statfs statfs; in nfsrv_statfs() local