Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dmount.h95 struct statfs { struct
96 long f_spare2; /* placeholder */
98 long f_iosize; /* optimal transfer block size */
100 long f_bfree; /* free blocks in fs */
103 long f_ffree; /* free file nodes in fs */
104 fsid_t f_fsid; /* file system id */
106 int f_type; /* type of filesystem */
107 int f_flags; /* copy of mount exported flags */
114 short f_spares1; /* unused spare */
116 short f_spares2; /* unused spare */
[all …]
H A Dsysunion.h119 struct statfs_args statfs; member
/dragonfly/sys/vfs/nfs/
H A Dnfs_serv.c3745 struct statfs statfs; in nfsrv_statfs() local