Lines Matching defs:netbsd32_statfs
300 struct netbsd32_statfs { struct
301 short f_type; /* type of file system */
302 unsigned short f_flags; /* copy of mount flags */
303 netbsd32_long f_bsize; /* fundamental file system block size */
304 netbsd32_long f_iosize; /* optimal transfer block size */
305 netbsd32_long f_blocks; /* total data blocks in file system */
306 netbsd32_long f_bfree; /* free blocks in fs */
307 netbsd32_long f_bavail; /* free blocks avail to non-superuser */
308 netbsd32_long f_files; /* total file nodes in file system */
309 netbsd32_long f_ffree; /* free file nodes in fs */
310 fsid_t f_fsid; /* file system id */
311 uid_t f_owner; /* user that mounted the file system */
312 netbsd32_long f_spare[4]; /* spare for later */
313 char f_fstypename[MFSNAMELEN]; /* fs type name */
314 char f_mntonname[MNAMELEN]; /* directory on which mounted */
315 char f_mntfromname[MNAMELEN]; /* mounted file system */