Lines Matching defs:netbsd32_statvfs90
885 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 */
895 netbsd32_uint64 f_ffree; /* free file nodes in file system */
896 netbsd32_uint64 f_favail; /* free file nodes avail to non-root */
897 netbsd32_uint64 f_fresvd; /* file nodes reserved for root */
898 netbsd32_uint64 f_syncreads; /* count of sync reads since mount */
899 netbsd32_uint64 f_syncwrites; /* count of sync writes since mount */
900 netbsd32_uint64 f_asyncreads; /* count of async reads since mount */
901 netbsd32_uint64 f_asyncwrites; /* count of async writes since mount */
902 fsid_t f_fsidx; /* NetBSD compatible fsid */
903 netbsd32_u_long f_fsid; /* Posix compatible fsid */
904 netbsd32_u_long f_namemax; /* maximum filename length */
905 uid_t f_owner; /* user that mounted the file system */
906 uint32_t f_spare[4]; /* spare space */
907 char f_fstypename[_VFS_NAMELEN]; /* fs type name */
908 char f_mntonname[_VFS_MNAMELEN]; /* directory on which mounted */
909 char f_mntfromname[_VFS_MNAMELEN]; /* mounted file system */