syscall.Dirent.Ino (field)

4 uses

	syscall (current package)
		syscall_darwin.go#L58: 	return readInt(buf, unsafe.Offsetof(Dirent{}.Ino), unsafe.Sizeof(Dirent{}.Ino))
		ztypes_darwin_amd64.go#L145: 	Ino       uint64

	os
		dir_darwin.go#L57: 		if dirent.Ino == 0 {