Searched defs:p9_statfs (Results 1 – 1 of 1) sorted by relevance
168 struct p9_statfs { struct169 uint32_t type; /* type of file system */170 uint32_t bsize; /* optimal transfer block size */171 uint64_t blocks; /* total data blocks in file system */172 uint64_t bfree; /* free blocks in fs */173 uint64_t bavail; /* free blocks avail to non-superuser */174 uint64_t files; /* total file nodes in file system */175 uint64_t ffree; /* free file nodes in fs */176 uint64_t fsid; /* file system id */177 uint32_t namelen; /* maximum length of filenames */