Searched refs:linux_getdirentries (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_file.c | 407 linux_getdirentries(struct thread *td, int fd, caddr_t *bufp, int buflen, in linux_getdirentries() function 457 error = linux_getdirentries(td, args->fd, &buf, buflen, in linux_getdents() 535 error = linux_getdirentries(td, args->fd, &buf, buflen, in linux_getdents64() 607 error = linux_getdirentries(td, args->fd, &buf, buflen, in linux_readdir()
|