Searched refs:linux_getdents_error (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_file.c | 64 static int linux_getdents_error(struct thread *, int, int); 354 linux_getdents_error(struct thread *td, int fd, int err) in linux_getdents_error() function 420 error = linux_getdents_error(td, args->fd, error); in linux_getdents() 496 error = linux_getdents_error(td, args->fd, error); in linux_getdents64() 566 error = linux_getdents_error(td, args->fd, error); in linux_readdir()
|