Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmount.h114 struct freebsd11_statfs { struct
115 uint32_t f_version; /* structure version number */
116 uint32_t f_type; /* type of filesystem */
117 uint64_t f_flags; /* copy of mount exported flags */
118 uint64_t f_bsize; /* filesystem fragment size */
119 uint64_t f_iosize; /* optimal transfer block size */
120 uint64_t f_blocks; /* total data blocks in filesystem */
121 uint64_t f_bfree; /* free blocks in filesystem */
122 int64_t f_bavail; /* free blocks avail to non-superuser */
123 uint64_t f_files; /* total file nodes in filesystem */
[all …]
/freebsd/sys/kern/
H A Dvfs_syscalls.c749 freebsd11_statfs(struct thread *td, struct freebsd11_statfs_args *uap) in freebsd11_statfs() function