Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32.h913 struct netbsd32_statvfs { struct
914 netbsd32_u_long f_flag; /* copy of mount exported flags */
915 netbsd32_u_long f_bsize; /* system block size */
916 netbsd32_u_long f_frsize; /* system fragment size */
917 netbsd32_u_long f_iosize; /* optimal file system block size */
918 netbsd32_uint64 f_blocks; /* number of blocks in file system */
919 netbsd32_uint64 f_bfree; /* free blocks avail in file system */
920 netbsd32_uint64 f_bavail; /* free blocks avail to non-root */
921 netbsd32_uint64 f_bresvd; /* blocks reserved for root */
922 netbsd32_uint64 f_files; /* total file nodes in file system */
[all …]