Home
last modified time | relevance | path

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

/freebsd-src/sys/sys/
H A Dmount.h110 struct freebsd11_statfs { struct
111 f_versionfreebsd11_statfs global() argument
112 f_typefreebsd11_statfs global() argument
113 f_flagsfreebsd11_statfs global() argument
114 f_bsizefreebsd11_statfs global() argument
115 f_iosizefreebsd11_statfs global() argument
116 f_blocksfreebsd11_statfs global() argument
117 f_bfreefreebsd11_statfs global() argument
118 f_bavailfreebsd11_statfs global() argument
119 f_filesfreebsd11_statfs global() argument
120 f_ffreefreebsd11_statfs global() argument
121 f_syncwritesfreebsd11_statfs global() argument
122 f_asyncwritesfreebsd11_statfs global() argument
123 f_syncreadsfreebsd11_statfs global() argument
124 f_asyncreadsfreebsd11_statfs global() argument
125 f_sparefreebsd11_statfs global() argument
126 f_namemaxfreebsd11_statfs global() argument
127 f_ownerfreebsd11_statfs global() argument
128 f_fsidfreebsd11_statfs global() argument
129 f_charsparefreebsd11_statfs global() argument
130 f_fstypenamefreebsd11_statfs global() argument
131 f_mntfromnamefreebsd11_statfs global() argument
132 f_mntonnamefreebsd11_statfs global() argument
/freebsd-src/sys/kern/
H A Dvfs_syscalls.c750 freebsd11_statfs(struct thread *td, struct freebsd11_statfs_args *uap) in freebsd11_statfs() function