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

3 uses

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