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

3 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L120: func Openat2(dirfd int, path string, how *OpenHow) (fd int, err error) {
		zsyscall_linux.go#L97: func openat2(dirfd int, path string, open_how *OpenHow, size int) (fd int, err error) {
		ztypes_linux.go#L814: type OpenHow struct {