Lines Matching defs:netbsd32_statvfs

913 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 */
923 netbsd32_uint64 f_ffree; /* free file nodes in file system */
924 netbsd32_uint64 f_favail; /* free file nodes avail to non-root */
925 netbsd32_uint64 f_fresvd; /* file nodes reserved for root */
926 netbsd32_uint64 f_syncreads; /* count of sync reads since mount */
927 netbsd32_uint64 f_syncwrites; /* count of sync writes since mount */
928 netbsd32_uint64 f_asyncreads; /* count of async reads since mount */
929 netbsd32_uint64 f_asyncwrites; /* count of async writes since mount */
930 fsid_t f_fsidx; /* NetBSD compatible fsid */
931 netbsd32_u_long f_fsid; /* Posix compatible fsid */
932 netbsd32_u_long f_namemax; /* maximum filename length */
933 uid_t f_owner; /* user that mounted the file system */
934 netbsd32_uint64 f_spare[4]; /* spare space */
935 char f_fstypename[_VFS_NAMELEN]; /* fs type name */
936 char f_mntonname[_VFS_MNAMELEN]; /* directory on which mounted */
937 char f_mntfromname[_VFS_MNAMELEN]; /* mounted file system */
938 char f_mntfromlabel[_VFS_MNAMELEN]; /* disk label name if available */