Searched defs:osf1_statfs (Results 1 – 1 of 1) sorted by relevance
207 struct osf1_statfs { struct208 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;[all …]