const syscall.EOPNOTSUPP
3 uses
syscall (current package)
syscall_linux.go#L135: return EOPNOTSUPP
zerrors_linux_amd64.go#L1306: EOPNOTSUPP = Errno(0x5f)
internal/poll
copy_file_range_linux.go#L90: case syscall.EXDEV, syscall.EINVAL, syscall.EIO, syscall.EOPNOTSUPP, syscall.EPERM:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)