Searched refs:kern_fstatfs (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 146 int kern_fstatfs(struct thread *td, int fd, struct statfs *buf);
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_syscalls.c | 362 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()
|