func golang.org/x/sys/unix.Getdents

2 uses

	golang.org/x/sys/unix (current package)
		readdirent_getdents.go#L12: 	return Getdents(fd, buf)
		zsyscall_linux.go#L885: func Getdents(fd int, buf []byte) (n int, err error) {