Searched defs:target_freebsd11_statfs (Results 1 – 1 of 1) sorted by relevance
327 struct target_freebsd11_statfs { struct328 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 */[all …]