Lines Matching defs:osf1_statfs
207 struct osf1_statfs { struct
208 osf1_short f_type;
209 osf1_short f_flags;
210 osf1_int f_fsize;
211 osf1_int f_bsize;
212 osf1_int f_blocks;
213 osf1_int f_bfree;
214 osf1_int f_bavail;
215 osf1_int f_files;
216 osf1_int f_ffree;
217 osf1_fsid_t f_fsid;
218 osf1_int f_spare[9];
219 char f_mntonname[OSF1_MNAMELEN];
220 char f_mntfromname[OSF1_MNAMELEN];
221 union osf1_mount_info mount_info;