type golang.org/x/sys/unix.LoopInfo64

4 uses

	golang.org/x/sys/unix (current package)
		ioctl_linux.go#L221: func IoctlLoopGetStatus64(fd int) (*LoopInfo64, error) {
		ioctl_linux.go#L222: 	var value LoopInfo64
		ioctl_linux.go#L231: func IoctlLoopSetStatus64(fd int, value *LoopInfo64) error {
		ztypes_linux.go#L2882: type LoopInfo64 struct {