Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmount.h105 struct freebsd11_statfs { struct
106 uint32_t f_version; /* structure version number */
107 uint32_t f_type; /* type of filesystem */
109 uint64_t f_bsize; /* filesystem fragment size */
112 uint64_t f_bfree; /* free blocks in filesystem */
120 uint64_t f_spare[10]; /* unused spare */
121 uint32_t f_namemax; /* maximum filename length */
123 fsid_t f_fsid; /* filesystem id */
124 char f_charspare[80]; /* spare string space */
125 char f_fstypename[16]; /* filesystem type name */
[all …]
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c752 freebsd11_statfs(struct thread *td, struct freebsd11_statfs_args *uap) in freebsd11_statfs() function