Home
last modified time | relevance | path

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

/qemu/bsd-user/
H A Dsyscall_defs.h327 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 */
[all …]