Home
last modified time | relevance | path

Searched refs:kern_fstatfs (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dsyscallsubr.h146 int kern_fstatfs(struct thread *td, int fd, struct statfs *buf);
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c362 error = kern_fstatfs(td, uap->fd, sfp); in sys_fstatfs()
370 kern_fstatfs(struct thread *td, int fd, struct statfs *buf) in kern_fstatfs() function
631 error = kern_fstatfs(td, uap->fd, sfp); in freebsd4_fstatfs()
779 error = kern_fstatfs(td, uap->fd, sfp); in freebsd11_fstatfs()