Added statfs()

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@261 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-05-29 00:31:17 +00:00
parent 9dd25d7965
commit cf935803a0
9 changed files with 182 additions and 8 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ struct statfs
{
uint32 f_type; /* Type of filesystem (see definitions above) */
size_t f_bsize; /* Optimal block size for transfers */
size_t f_blocks; /* Totat data blocks in the file system of this size */
size_t f_blocks; /* Total data blocks in the file system of this size */
size_t f_bfree; /* Free blocks in the file system */
size_t f_bavail; /* Free blocks avail to non-superuser */
size_t f_files; /* Total file nodes in the file system */