Lines Matching defs:target_freebsd11_statfs
327 struct target_freebsd11_statfs { struct
328 uint32_t f_version; /* structure version number */
329 uint32_t f_type; /* type of filesystem */
330 uint64_t f_flags; /* copy of mount exported flags */
331 uint64_t f_bsize; /* filesystem fragment size */
332 uint64_t f_iosize; /* optimal transfer block size */
333 uint64_t f_blocks; /* total data blocks in filesystem */
334 uint64_t f_bfree; /* free blocks in filesystem */
335 int64_t f_bavail; /* free blocks avail to non-superuser */
336 uint64_t f_files; /* total file nodes in filesystem */
337 int64_t f_ffree; /* free nodes avail to non-superuser */
338 uint64_t f_syncwrites; /* count of sync writes since mount */
339 uint64_t f_asyncwrites; /* count of async writes since mount */
340 uint64_t f_syncreads; /* count of sync reads since mount */
341 uint64_t f_asyncreads; /* count of async reads since mount */
342 uint64_t f_spare[10]; /* unused spare */
343 uint32_t f_namemax; /* maximum filename length */
344 uint32_t f_owner; /* user that mounted the filesystem */
345 target_freebsd_fsid_t f_fsid; /* filesystem id */
346 char f_charspare[80]; /* spare string space */
347 char f_fstypename[16]; /* filesys type name */
348 char f_mntfromname[88]; /* mount filesystem */
349 char f_mntonname[88]; /* dir on which mounted*/