Searched refs:kern_fstatfs (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/i386/ibcs2/ |
| HD | ibcs2_stat.c | 130 error = kern_fstatfs(td, uap->fd, &sf);
|
| /trueos/sys/sys/ |
| HD | syscallsubr.h | 105 int kern_fstatfs(struct thread *td, int fd, struct statfs *buf);
|
| /trueos/sys/compat/svr4/ |
| HD | svr4_misc.c | 1467 error = kern_fstatfs(td, uap->fd, &bfs); 1505 error = kern_fstatfs(td, uap->fd, &bfs);
|
| /trueos/sys/compat/linux/ |
| HD | linux_stats.c | 476 error = kern_fstatfs(td, args->fd, &bsd_statfs); in linux_fstatfs()
|
| /trueos/sys/kern/ |
| HD | vfs_syscalls.c | 352 error = kern_fstatfs(td, uap->fd, &sf); 359 kern_fstatfs(struct thread *td, int fd, struct statfs *buf) in kern_fstatfs() function 595 error = kern_fstatfs(td, uap->fd, &sf);
|
| /trueos/sys/compat/freebsd32/ |
| HD | freebsd32_misc.c | 1482 error = kern_fstatfs(td, uap->fd, &s); in freebsd4_freebsd32_fstatfs()
|