Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_syscalls.c348 struct fstatfs_args { struct
354 sys_fstatfs(struct thread *td, struct fstatfs_args *uap) in sys_fstatfs() argument
/freebsd/sys/sys/
H A Dsysproto.h1701 struct fstatfs_args { struct
1702 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
1703 char buf_l_[PADL_(struct statfs *)]; struct statfs * buf; char buf_r_[PADR_(struct statfs *)];