Home
last modified time | relevance | path

Searched defs:user64_statfs (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/bsd/sys/
H A Dmount_internal.h364 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 */
[all …]