Searched defs:user32_statfs (Results 1 – 1 of 1) sorted by relevance
392 struct user32_statfs { struct393 short f_otype; /* TEMPORARY SHADOW COPY OF f_type */394 short f_oflags; /* TEMPORARY SHADOW COPY OF f_flags */395 user32_long_t f_bsize; /* fundamental file system block size */396 user32_long_t f_iosize; /* optimal transfer block size */397 user32_long_t f_blocks; /* total data blocks in file system */398 user32_long_t f_bfree; /* free blocks in fs */399 user32_long_t f_bavail; /* free blocks avail to non-superuser */400 user32_long_t f_files; /* total file nodes in file system */401 user32_long_t f_ffree; /* free file nodes in fs */[all …]