Home
last modified time | relevance | path

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

/openbmc/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 */
331 uint64_t f_bsize; /* filesystem fragment size */
332 uint64_t f_iosize; /* optimal transfer block size */
334 uint64_t f_bfree; /* free blocks in filesystem */
342 uint64_t f_spare[10]; /* unused spare */
343 uint32_t f_namemax; /* maximum filename length */
345 target_freebsd_fsid_t f_fsid; /* filesystem id */
347 char f_fstypename[16]; /* filesys type name */
[all …]