Lines Matching defs:ostatfs
137 struct ostatfs { struct
138 long f_spare2; /* placeholder */
139 long f_bsize; /* fundamental filesystem block size */
140 long f_iosize; /* optimal transfer block size */
141 long f_blocks; /* total data blocks in filesystem */
142 long f_bfree; /* free blocks in fs */
143 long f_bavail; /* free blocks avail to non-superuser */
144 long f_files; /* total file nodes in filesystem */
145 long f_ffree; /* free file nodes in fs */
146 fsid_t f_fsid; /* filesystem id */
147 uid_t f_owner; /* user that mounted the filesystem */
148 int f_type; /* type of filesystem */
149 int f_flags; /* copy of mount exported flags */
150 long f_syncwrites; /* count of sync writes since mount */
151 long f_asyncwrites; /* count of async writes since mount */
152 char f_fstypename[OMFSNAMELEN]; /* fs type name */
153 char f_mntonname[OMNAMELEN]; /* directory on which mounted */
154 long f_syncreads; /* count of sync reads since mount */
155 long f_asyncreads; /* count of async reads since mount */
156 short f_spares1; /* unused spare */
157 char f_mntfromname[OMNAMELEN];/* mounted filesystem */
158 short f_spares2; /* unused spare */
164 long f_spare[2]; /* unused spare */