Lines Matching defs:user64_statfs
364 struct user64_statfs { struct
365 short f_otype; /* TEMPORARY SHADOW COPY OF f_type */
366 short f_oflags; /* TEMPORARY SHADOW COPY OF f_flags */
367 user64_long_t f_bsize; /* fundamental file system block size */
368 user64_long_t f_iosize; /* optimal transfer block size */
369 user64_long_t f_blocks; /* total data blocks in file system */
370 user64_long_t f_bfree; /* free blocks in fs */
371 user64_long_t f_bavail; /* free blocks avail to non-superuser */
372 user64_long_t f_files; /* total file nodes in file system */
373 user64_long_t f_ffree; /* free file nodes in fs */
374 fsid_t f_fsid; /* file system id */
375 uid_t f_owner; /* user that mounted the filesystem */
376 short f_reserved1; /* spare for later */
377 short f_type; /* type of filesystem */
378 user64_long_t f_flags; /* copy of mount exported flags */
379 user64_long_t f_reserved2[2]; /* reserved for future use */
380 char f_fstypename[MFSNAMELEN]; /* fs type name */
381 char f_mntonname[MNAMELEN]; /* directory on which mounted */
382 char f_mntfromname[MNAMELEN];/* mounted filesystem */
383 char f_reserved3; /* For alignment */
384 user64_long_t f_reserved4[4]; /* For future use */