Lines Matching defs:target_statfs
352 struct target_statfs { struct
353 uint32_t f_version; /* structure version number */
354 uint32_t f_type; /* type of filesystem */
355 uint64_t f_flags; /* copy of mount exported flags */
356 uint64_t f_bsize; /* filesystem fragment size */
357 uint64_t f_iosize; /* optimal transfer block size */
358 uint64_t f_blocks; /* total data blocks in filesystem */
359 uint64_t f_bfree; /* free blocks in filesystem */
360 int64_t f_bavail; /* free blocks avail to non-superuser */
361 uint64_t f_files; /* total file nodes in filesystem */
362 int64_t f_ffree; /* free nodes avail to non-superuser */
363 uint64_t f_syncwrites; /* count of sync writes since mount */
364 uint64_t f_asyncwrites; /* count of async writes since mount */
365 uint64_t f_syncreads; /* count of sync reads since mount */
366 uint64_t f_asyncreads; /* count of async reads since mount */
367 uint64_t f_spare[10]; /* unused spare */
368 uint32_t f_namemax; /* maximum filename length */
369 uint32_t f_owner; /* user that mounted the filesystem */
370 target_freebsd_fsid_t f_fsid; /* filesystem id */
371 char f_charspare[80]; /* spare string space */
372 char f_fstypename[16]; /* filesystem type name */
373 char f_mntfromname[1024]; /* mounted filesystem */
374 char f_mntonname[1024]; /* directory on which mounted */