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