Lines Matching defs:user32_statfs
392 struct user32_statfs { struct
393 short f_otype; /* TEMPORARY SHADOW COPY OF f_type */
394 short f_oflags; /* TEMPORARY SHADOW COPY OF f_flags */
395 user32_long_t f_bsize; /* fundamental file system block size */
396 user32_long_t f_iosize; /* optimal transfer block size */
397 user32_long_t f_blocks; /* total data blocks in file system */
398 user32_long_t f_bfree; /* free blocks in fs */
399 user32_long_t f_bavail; /* free blocks avail to non-superuser */
400 user32_long_t f_files; /* total file nodes in file system */
401 user32_long_t f_ffree; /* free file nodes in fs */
402 fsid_t f_fsid; /* file system id */
403 uid_t f_owner; /* user that mounted the filesystem */
404 short f_reserved1; /* spare for later */
405 short f_type; /* type of filesystem */
406 user32_long_t f_flags; /* copy of mount exported flags */
407 user32_long_t f_reserved2[2]; /* reserved for future use */
408 char f_fstypename[MFSNAMELEN]; /* fs type name */
409 char f_mntonname[MNAMELEN]; /* directory on which mounted */
410 char f_mntfromname[MNAMELEN];/* mounted filesystem */
411 char f_reserved3; /* For alignment */
412 user32_long_t f_reserved4[4]; /* For future use */