Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linux/
H A Dlinux_file.c71 static int linux_getdents_error(struct thread *, int, int);
405 linux_getdents_error(struct thread *td, int fd, int err) in linux_getdents_error() function
471 error = linux_getdents_error(td, args->fd, error); in linux_getdents()
548 error = linux_getdents_error(td, args->fd, error); in linux_getdents64()
619 error = linux_getdents_error(td, args->fd, error); in linux_readdir()