Searched refs:linux_getdents_error (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c68 static int linux_getdents_error(struct thread *, int, int);
271 linux_getdents_error(struct thread *td, int fd, int err) function
353 error = linux_getdents_error(td, args->fd, error);
435 error = linux_getdents_error(td, args->fd, error);
511 error = linux_getdents_error(td, args->fd, error);

Completed in 94 milliseconds