Searched defs:l9p_statfs (Results 1 – 1 of 1) sorted by relevance
279 struct l9p_statfs { struct280 uint32_t type; /* file system type */281 uint32_t bsize; /* block size for I/O */282 uint64_t blocks; /* file system size (bsize-byte blocks) */283 uint64_t bfree; /* free blocks in fs */284 uint64_t bavail; /* free blocks avail to non-superuser*/285 uint64_t files; /* file nodes in file system (# inodes) */286 uint64_t ffree; /* free file nodes in fs */287 uint64_t fsid; /* file system identifier */288 uint32_t namelen; /* maximum length of filenames */