type golang.org/x/sys/unix.Dirent
7 uses
golang.org/x/sys/unix (current package)
dirent.go#L81: const namoff = uint64(unsafe.Offsetof(Dirent{}.Name))
syscall_linux.go#L1800: return readInt(buf, unsafe.Offsetof(Dirent{}.Ino), unsafe.Sizeof(Dirent{}.Ino))
syscall_linux.go#L1804: return readInt(buf, unsafe.Offsetof(Dirent{}.Reclen), unsafe.Sizeof(Dirent{}.Reclen))
syscall_linux.go#L1812: return reclen - uint64(unsafe.Offsetof(Dirent{}.Name)), true
ztypes_linux_amd64.go#L102: type Dirent struct {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)