Searched defs:statfs32 (Results 1 – 2 of 2) sorted by relevance
60 struct statfs32 { struct61 int16_t f_fstyp;62 int32_t f_bsize;63 int32_t f_frsize;64 int32_t f_blocks;65 int32_t f_bfree;66 ino32_t f_files;67 ino32_t f_ffree;68 char f_fname[6];69 char f_fpack[6];
67 statfs32(char *fname, struct statfs32 *sbp, int32_t len, int32_t fstyp) in statfs32() function