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