Searched refs:kern_statfs (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 308 int kern_statfs(struct thread *td, const char *path, enum uio_seg pathseg,
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_syscalls.c | 319 error = kern_statfs(td, uap->path, UIO_USERSPACE, sfp); in sys_statfs() 327 kern_statfs(struct thread *td, const char *path, enum uio_seg pathseg, in kern_statfs() function 605 error = kern_statfs(td, uap->path, UIO_USERSPACE, sfp); in freebsd4_statfs() 759 error = kern_statfs(td, uap->path, UIO_USERSPACE, sfp); in freebsd11_statfs()
|