usr/src/lib/libzpool/common/sys/zfs_context.h
author ahrens
Fri, 10 Mar 2006 16:27:46 -0800
changeset 1596 2e2377ccbf85
parent 1544 938876158511
child 1635 0ab1193d47cb
permissions -rw-r--r--
6395371 ASSERT in dmu_tx_count_free: blkid + i < dn->dn_phys->dn_nblkptr 6396359 infinite loop due to dangling dbufs (hang on unmount)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
     1
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
     2
 * CDDL HEADER START
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
     3
 *
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
     4
 * The contents of this file are subject to the terms of the
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
     5
 * Common Development and Distribution License (the "License").
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
     6
 * You may not use this file except in compliance with the License.
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
     7
 *
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
     8
 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
     9
 * or http://www.opensolaris.org/os/licensing.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    10
 * See the License for the specific language governing permissions
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    11
 * and limitations under the License.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    12
 *
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    13
 * When distributing Covered Code, include this CDDL HEADER in each
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    14
 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    15
 * If applicable, add the following below this CDDL HEADER, with the
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    16
 * fields enclosed by brackets "[]" replaced with your own identifying
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    17
 * information: Portions Copyright [yyyy] [name of copyright owner]
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    18
 *
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    19
 * CDDL HEADER END
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    20
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    21
/*
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
    22
 * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    23
 * Use is subject to license terms.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    24
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    25
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    26
#ifndef _SYS_ZFS_CONTEXT_H
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    27
#define	_SYS_ZFS_CONTEXT_H
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    28
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    29
#pragma ident	"%Z%%M%	%I%	%E% SMI"
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    30
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    31
#ifdef	__cplusplus
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    32
extern "C" {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    33
#endif
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    34
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    35
#define	_SYS_MUTEX_H
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    36
#define	_SYS_RWLOCK_H
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    37
#define	_SYS_CONDVAR_H
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    38
#define	_SYS_SYSTM_H
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    39
#define	_SYS_DEBUG_H
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    40
#define	_SYS_T_LOCK_H
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    41
#define	_SYS_VNODE_H
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    42
#define	_SYS_VFS_H
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    43
#define	_SYS_SUNDDI_H
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    44
#define	_SYS_CALLB_H
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    45
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    46
#include <stdio.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    47
#include <stdlib.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    48
#include <stddef.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    49
#include <stdarg.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    50
#include <fcntl.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    51
#include <unistd.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    52
#include <errno.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    53
#include <string.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    54
#include <strings.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    55
#include <synch.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    56
#include <thread.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    57
#include <assert.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    58
#include <alloca.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    59
#include <umem.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    60
#include <limits.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    61
#include <atomic.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    62
#include <dirent.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    63
#include <time.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    64
#include <sys/note.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    65
#include <sys/types.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    66
#include <sys/sysmacros.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    67
#include <sys/bitmap.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    68
#include <sys/resource.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    69
#include <sys/byteorder.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    70
#include <sys/list.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    71
#include <sys/uio.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    72
#include <sys/zfs_debug.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    73
#include <sys/sdt.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    74
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    75
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    76
 * Debugging
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    77
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    78
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    79
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    80
 * Note that we are not using the debugging levels.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    81
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    82
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    83
#define	CE_CONT		0	/* continuation		*/
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    84
#define	CE_NOTE		1	/* notice		*/
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    85
#define	CE_WARN		2	/* warning		*/
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    86
#define	CE_PANIC	3	/* panic		*/
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    87
#define	CE_IGNORE	4	/* print nothing	*/
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    88
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    89
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    90
 * ZFS debugging
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    91
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    92
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    93
#ifdef ZFS_DEBUG
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    94
extern void dprintf_setup(int *argc, char **argv);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    95
#endif /* ZFS_DEBUG */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    96
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    97
extern void cmn_err(int, const char *, ...);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    98
extern void panic(const char *, ...);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    99
extern void vpanic(const char *, __va_list);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   100
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   101
/* This definition is copied from assert.h. */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   102
#if defined(__STDC__)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   103
#if __STDC_VERSION__ - 0 >= 199901L
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   104
#define	verify(EX) (void)((EX) || \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   105
	(__assert_c99(#EX, __FILE__, __LINE__, __func__), 0))
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   106
#else
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   107
#define	verify(EX) (void)((EX) || (__assert(#EX, __FILE__, __LINE__), 0))
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   108
#endif /* __STDC_VERSION__ - 0 >= 199901L */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   109
#else
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   110
#define	verify(EX) (void)((EX) || (_assert("EX", __FILE__, __LINE__), 0))
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   111
#endif	/* __STDC__ */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   112
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   113
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   114
#define	VERIFY	verify
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   115
#define	ASSERT	assert
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   116
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   117
extern void __assert(const char *, const char *, int);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   118
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   119
#ifdef lint
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   120
#define	VERIFY3_IMPL(x, y, z, t)	if (x == z) ((void)0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   121
#else
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   122
/* BEGIN CSTYLED */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   123
#define	VERIFY3_IMPL(LEFT, OP, RIGHT, TYPE) do { \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   124
	const TYPE __left = (TYPE)(LEFT); \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   125
	const TYPE __right = (TYPE)(RIGHT); \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   126
	if (!(__left OP __right)) { \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   127
		char *__buf = alloca(256); \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   128
		(void) snprintf(__buf, 256, "%s %s %s (0x%llx %s 0x%llx)", \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   129
			#LEFT, #OP, #RIGHT, \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   130
			(u_longlong_t)__left, #OP, (u_longlong_t)__right); \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   131
		__assert(__buf, __FILE__, __LINE__); \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   132
	} \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   133
_NOTE(CONSTCOND) } while (0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   134
/* END CSTYLED */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   135
#endif /* lint */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   136
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   137
#define	VERIFY3S(x, y, z)	VERIFY3_IMPL(x, y, z, int64_t)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   138
#define	VERIFY3U(x, y, z)	VERIFY3_IMPL(x, y, z, uint64_t)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   139
#define	VERIFY3P(x, y, z)	VERIFY3_IMPL(x, y, z, uintptr_t)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   140
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   141
#ifdef NDEBUG
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   142
#define	ASSERT3S(x, y, z)	((void)0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   143
#define	ASSERT3U(x, y, z)	((void)0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   144
#define	ASSERT3P(x, y, z)	((void)0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   145
#else
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   146
#define	ASSERT3S(x, y, z)	VERIFY3S(x, y, z)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   147
#define	ASSERT3U(x, y, z)	VERIFY3U(x, y, z)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   148
#define	ASSERT3P(x, y, z)	VERIFY3P(x, y, z)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   149
#endif
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   150
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   151
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   152
 * Dtrace SDT probes have different signatures in userland than they do in
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   153
 * kernel.  If they're being used in kernel code, re-define them out of
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   154
 * existence for their counterparts in libzpool.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   155
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   156
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   157
#ifdef DTRACE_PROBE1
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   158
#undef	DTRACE_PROBE1
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   159
#define	DTRACE_PROBE1(a, b, c)	((void)0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   160
#endif	/* DTRACE_PROBE1 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   161
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   162
#ifdef DTRACE_PROBE2
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   163
#undef	DTRACE_PROBE2
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   164
#define	DTRACE_PROBE2(a, b, c, d, e)	((void)0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   165
#endif	/* DTRACE_PROBE2 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   166
1596
2e2377ccbf85 6395371 ASSERT in dmu_tx_count_free: blkid + i < dn->dn_phys->dn_nblkptr
ahrens
parents: 1544
diff changeset
   167
#ifdef DTRACE_PROBE3
2e2377ccbf85 6395371 ASSERT in dmu_tx_count_free: blkid + i < dn->dn_phys->dn_nblkptr
ahrens
parents: 1544
diff changeset
   168
#undef	DTRACE_PROBE3
2e2377ccbf85 6395371 ASSERT in dmu_tx_count_free: blkid + i < dn->dn_phys->dn_nblkptr
ahrens
parents: 1544
diff changeset
   169
#define	DTRACE_PROBE3(a, b, c, d, e, f, g)	((void)0)
2e2377ccbf85 6395371 ASSERT in dmu_tx_count_free: blkid + i < dn->dn_phys->dn_nblkptr
ahrens
parents: 1544
diff changeset
   170
#endif	/* DTRACE_PROBE3 */
2e2377ccbf85 6395371 ASSERT in dmu_tx_count_free: blkid + i < dn->dn_phys->dn_nblkptr
ahrens
parents: 1544
diff changeset
   171
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   172
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   173
 * Threads
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   174
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   175
#define	curthread	((void *)(uintptr_t)thr_self())
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   176
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   177
typedef struct kthread kthread_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   178
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   179
#define	thread_create(stk, stksize, func, arg, len, pp, state, pri)	\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   180
	zk_thread_create(func, arg)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   181
#define	thread_exit() thr_exit(0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   182
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   183
extern kthread_t *zk_thread_create(void (*func)(), void *arg);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   184
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   185
#define	issig(why)	(FALSE)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   186
#define	ISSIG(thr, why)	(FALSE)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   187
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   188
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   189
 * Mutexes
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   190
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   191
typedef struct kmutex {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   192
	void	*m_owner;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   193
	mutex_t	m_lock;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   194
} kmutex_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   195
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   196
#define	MUTEX_DEFAULT	USYNC_THREAD
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   197
#undef MUTEX_HELD
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   198
#define	MUTEX_HELD(m) _mutex_held(&(m)->m_lock)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   199
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   200
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   201
 * Argh -- we have to get cheesy here because the kernel and userland
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   202
 * have different signatures for the same routine.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   203
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   204
extern int _mutex_init(mutex_t *mp, int type, void *arg);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   205
extern int _mutex_destroy(mutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   206
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   207
#define	mutex_init(mp, b, c, d)		zmutex_init((kmutex_t *)(mp))
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   208
#define	mutex_destroy(mp)		zmutex_destroy((kmutex_t *)(mp))
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   209
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   210
extern void zmutex_init(kmutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   211
extern void zmutex_destroy(kmutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   212
extern void mutex_enter(kmutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   213
extern void mutex_exit(kmutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   214
extern int mutex_tryenter(kmutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   215
extern void *mutex_owner(kmutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   216
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   217
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   218
 * RW locks
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   219
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   220
typedef struct krwlock {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   221
	void		*rw_owner;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   222
	rwlock_t	rw_lock;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   223
} krwlock_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   224
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   225
typedef int krw_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   226
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   227
#define	RW_READER	0
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   228
#define	RW_WRITER	1
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   229
#define	RW_DEFAULT	USYNC_THREAD
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   230
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   231
#undef RW_READ_HELD
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   232
#define	RW_READ_HELD(x)		_rw_read_held(&(x)->rw_lock)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   233
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   234
#undef RW_WRITE_HELD
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   235
#define	RW_WRITE_HELD(x)	_rw_write_held(&(x)->rw_lock)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   236
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   237
extern void rw_init(krwlock_t *rwlp, char *name, int type, void *arg);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   238
extern void rw_destroy(krwlock_t *rwlp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   239
extern void rw_enter(krwlock_t *rwlp, krw_t rw);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   240
extern int rw_tryenter(krwlock_t *rwlp, krw_t rw);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   241
extern int rw_tryupgrade(krwlock_t *rwlp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   242
extern void rw_exit(krwlock_t *rwlp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   243
#define	rw_downgrade(rwlp) do { } while (0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   244
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   245
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   246
 * Condition variables
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   247
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   248
typedef cond_t kcondvar_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   249
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   250
#define	CV_DEFAULT	USYNC_THREAD
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   251
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   252
extern void cv_init(kcondvar_t *cv, char *name, int type, void *arg);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   253
extern void cv_destroy(kcondvar_t *cv);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   254
extern void cv_wait(kcondvar_t *cv, kmutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   255
extern clock_t cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   256
extern void cv_signal(kcondvar_t *cv);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   257
extern void cv_broadcast(kcondvar_t *cv);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   258
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   259
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   260
 * Kernel memory
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   261
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   262
#define	KM_SLEEP		UMEM_NOFAIL
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   263
#define	KM_NOSLEEP		UMEM_DEFAULT
849
8d799fd81a9b 6345023 /dev/zfs fails to open once ZFS module is unloaded
bonwick
parents: 789
diff changeset
   264
#define	KMC_NODEBUG		UMC_NODEBUG
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   265
#define	kmem_alloc(_s, _f)	umem_alloc(_s, _f)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   266
#define	kmem_zalloc(_s, _f)	umem_zalloc(_s, _f)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   267
#define	kmem_free(_b, _s)	umem_free(_b, _s)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   268
#define	kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   269
	umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   270
#define	kmem_cache_destroy(_c)	umem_cache_destroy(_c)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   271
#define	kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   272
#define	kmem_cache_free(_c, _b)	umem_cache_free(_c, _b)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   273
#define	kmem_debugging()	0
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   274
#define	kmem_cache_reap_now(c)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   275
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   276
typedef umem_cache_t kmem_cache_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   277
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   278
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   279
 * Task queues
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   280
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   281
typedef struct taskq taskq_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   282
typedef uintptr_t taskqid_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   283
typedef void (task_func_t)(void *);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   284
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   285
#define	TASKQ_PREPOPULATE	0x0001
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   286
#define	TASKQ_CPR_SAFE		0x0002	/* Use CPR safe protocol */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   287
#define	TASKQ_DYNAMIC		0x0004	/* Use dynamic thread scheduling */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   288
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   289
#define	TQ_SLEEP	KM_SLEEP	/* Can block for memory */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   290
#define	TQ_NOSLEEP	KM_NOSLEEP	/* cannot block for memory; may fail */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   291
#define	TQ_NOQUEUE	0x02	/* Do not enqueue if can't dispatch */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   292
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   293
extern taskq_t	*taskq_create(const char *, int, pri_t, int, int, uint_t);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   294
extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   295
extern void	taskq_destroy(taskq_t *);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   296
extern void	taskq_wait(taskq_t *);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   297
extern int	taskq_member(taskq_t *, void *);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   298
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   299
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   300
 * vnodes
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   301
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   302
typedef struct vnode {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   303
	uint64_t	v_size;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   304
	int		v_fd;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   305
	char		*v_path;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   306
} vnode_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   307
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   308
typedef struct vattr {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   309
	uint_t		va_mask;	/* bit-mask of attributes */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   310
	u_offset_t	va_size;	/* file size in bytes */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   311
} vattr_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   312
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   313
#define	AT_TYPE		0x0001
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   314
#define	AT_MODE		0x0002
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   315
#define	AT_UID		0x0004
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   316
#define	AT_GID		0x0008
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   317
#define	AT_FSID		0x0010
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   318
#define	AT_NODEID	0x0020
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   319
#define	AT_NLINK	0x0040
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   320
#define	AT_SIZE		0x0080
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   321
#define	AT_ATIME	0x0100
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   322
#define	AT_MTIME	0x0200
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   323
#define	AT_CTIME	0x0400
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   324
#define	AT_RDEV		0x0800
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   325
#define	AT_BLKSIZE	0x1000
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   326
#define	AT_NBLOCKS	0x2000
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   327
#define	AT_SEQ		0x8000
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   328
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   329
#define	CRCREAT		0
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   330
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   331
#define	VOP_CLOSE(vp, f, c, o, cr)	0
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   332
#define	VOP_PUTPAGE(vp, of, sz, fl, cr)	0
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   333
#define	VOP_GETATTR(vp, vap, fl, cr)	((vap)->va_size = (vp)->v_size, 0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   334
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   335
#define	VOP_FSYNC(vp, f, cr)	fsync((vp)->v_fd)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   336
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   337
#define	VN_RELE(vp)	vn_close(vp)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   338
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   339
extern int vn_open(char *path, int x1, int oflags, int mode, vnode_t **vpp,
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   340
    int x2, int x3);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   341
extern int vn_openat(char *path, int x1, int oflags, int mode, vnode_t **vpp,
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   342
    int x2, int x3, vnode_t *vp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   343
extern int vn_rdwr(int uio, vnode_t *vp, void *addr, ssize_t len,
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   344
    offset_t offset, int x1, int x2, rlim64_t x3, void *x4, ssize_t *residp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   345
extern void vn_close(vnode_t *vp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   346
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   347
#define	vn_remove(path, x1, x2)		remove(path)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   348
#define	vn_rename(from, to, seg)	rename((from), (to))
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   349
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   350
extern vnode_t *rootdir;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   351
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   352
#include <sys/file.h>		/* for FREAD, FWRITE, etc */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   353
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   354
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   355
 * Random stuff
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   356
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   357
#define	lbolt	(gethrtime() >> 23)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   358
#define	lbolt64	(gethrtime() >> 23)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   359
#define	hz	119	/* frequency when using gethrtime() >> 23 for lbolt */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   360
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   361
extern void delay(clock_t ticks);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   362
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   363
#define	gethrestime_sec() time(NULL)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   364
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   365
#define	max_ncpus	64
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   366
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   367
#define	minclsyspri	60
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   368
#define	maxclsyspri	99
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   369
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   370
#define	CPU_SEQID	(thr_self() & (max_ncpus - 1))
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   371
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   372
#define	kcred		NULL
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   373
#define	CRED()		NULL
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   374
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   375
extern uint64_t physmem;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   376
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   377
extern int highbit(ulong_t i);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   378
extern int random_get_bytes(uint8_t *ptr, size_t len);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   379
extern int random_get_pseudo_bytes(uint8_t *ptr, size_t len);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   380
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   381
extern void kernel_init(int);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   382
extern void kernel_fini(void);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   383
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   384
struct spa;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   385
extern void nicenum(uint64_t num, char *buf);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   386
extern void show_pool_stats(struct spa *);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   387
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   388
typedef struct callb_cpr {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   389
	kmutex_t	*cc_lockp;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   390
} callb_cpr_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   391
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   392
#define	CALLB_CPR_INIT(cp, lockp, func, name)	{		\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   393
	(cp)->cc_lockp = lockp;					\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   394
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   395
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   396
#define	CALLB_CPR_SAFE_BEGIN(cp) {				\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   397
	ASSERT(MUTEX_HELD((cp)->cc_lockp));			\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   398
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   399
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   400
#define	CALLB_CPR_SAFE_END(cp, lockp) {				\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   401
	ASSERT(MUTEX_HELD((cp)->cc_lockp));			\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   402
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   403
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   404
#define	CALLB_CPR_EXIT(cp) {					\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   405
	ASSERT(MUTEX_HELD((cp)->cc_lockp));			\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   406
	mutex_exit((cp)->cc_lockp);				\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   407
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   408
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   409
#define	zone_dataset_visible(x, y)	(1)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   410
#define	INGLOBALZONE(z)			(1)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   411
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   412
#ifdef	__cplusplus
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   413
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   414
#endif
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   415
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   416
/* ZFS Boot Related stuff. */
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   417
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   418
struct _buf {
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   419
	intptr_t	_fd;
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   420
};
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   421
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   422
struct bootstat {
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   423
	uint64_t st_size;
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   424
};
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   425
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   426
extern struct _buf *kobj_open_file(char *name);
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   427
extern int kobj_read_file(struct _buf *file, char *buf, unsigned size,
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   428
    unsigned off);
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   429
extern void kobj_close_file(struct _buf *file);
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   430
extern int kobj_fstat(intptr_t, struct bootstat *);
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   431
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   432
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   433
#endif	/* _SYS_ZFS_CONTEXT_H */