Home
last modified time | relevance | path

Searched refs:freebsd11_statfs (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dsysproto.h2639 …char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(st…
2645 …char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(st…
2649 …char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(st…
2653 …char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(st…
2680 int freebsd11_statfs(struct thread *, struct freebsd11_statfs_args *);
H A Dsyscall.mk255 freebsd11_statfs.o \
H A Dmount.h105 struct freebsd11_statfs { struct
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c749 static void freebsd11_cvtstatfs(struct statfs *, struct freebsd11_statfs *);
752 freebsd11_statfs(struct thread *td, struct freebsd11_statfs_args *uap) in freebsd11_statfs() function
754 struct freebsd11_statfs osb; in freebsd11_statfs()
774 struct freebsd11_statfs osb; in freebsd11_fstatfs()
794 struct freebsd11_statfs osb; in freebsd11_getfsstat()
825 struct freebsd11_statfs osb; in freebsd11_fhstatfs()
847 freebsd11_cvtstatfs(struct statfs *nsp, struct freebsd11_statfs *osp) in freebsd11_cvtstatfs()