Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsysproto.h2638 struct freebsd11_getfsstat_args { struct
2679 int freebsd11_getfsstat(struct thread *, struct freebsd11_getfsstat_args *);
/f-stack/freebsd/kern/
H A Dinit_sysent.c453 …{ compat11(AS(freebsd11_getfsstat_args),getfsstat), .sy_auevent = AUE_GETFSSTAT, .sy_flags = 0, .s…
H A Dvfs_syscalls.c792 freebsd11_getfsstat(struct thread *td, struct freebsd11_getfsstat_args *uap) in freebsd11_getfsstat()