Home
last modified time | relevance | path

Searched defs:l9p_statfs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lib9p/
H A Dfcall.h279 struct l9p_statfs { struct
280 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 */