Home
last modified time | relevance | path

Searched refs:freebsd11_getfsstat_args (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dsysproto.h2694 struct freebsd11_getfsstat_args { struct
2735 int freebsd11_getfsstat(struct thread *, struct freebsd11_getfsstat_args *);
/freebsd/sys/kern/
H A Dinit_sysent.c458 …{ compat11(AS(freebsd11_getfsstat_args),getfsstat), .sy_auevent = AUE_GETFSSTAT, .sy_flags = 0, .s…
H A Dvfs_syscalls.c790 freebsd11_getfsstat(struct thread *td, struct freebsd11_getfsstat_args *uap) in freebsd11_getfsstat()