Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32.h885 struct netbsd32_statvfs90 { struct
886 netbsd32_u_long f_flag; /* copy of mount exported flags */
887 netbsd32_u_long f_bsize; /* system block size */
888 netbsd32_u_long f_frsize; /* system fragment size */
889 netbsd32_u_long f_iosize; /* optimal file system block size */
890 netbsd32_uint64 f_blocks; /* number of blocks in file system */
891 netbsd32_uint64 f_bfree; /* free blocks avail in file system */
892 netbsd32_uint64 f_bavail; /* free blocks avail to non-root */
893 netbsd32_uint64 f_bresvd; /* blocks reserved for root */
894 netbsd32_uint64 f_files; /* total file nodes in file system */
[all …]