const syscall.ELOOP

5 uses

	syscall (current package)
		zerrors_linux_amd64.go#L1239: 	ELOOP           = Errno(0x28)

	internal/syscall/unix
		nofollow_posix.go#L22: const noFollowErrno = syscall.ELOOP

	os
		eloop_other.go#L17: 	case syscall.ELOOP, syscall.EMLINK:
		root_openat.go#L187: 				return ret, syscall.ELOOP
		root_unix.go#L124: 			return nil, checkSymlink(parent, n, syscall.ELOOP)