Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_syscalls.c350 struct fstatfs_args { struct
356 sys_fstatfs(struct thread *td, struct fstatfs_args *uap) in sys_fstatfs() argument
/f-stack/freebsd/sys/
H A Dsysproto.h1717 struct fstatfs_args { struct
1718 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
1719 char buf_l_[PADL_(struct statfs *)]; struct statfs * buf; char buf_r_[PADR_(struct statfs *)];