usr/src/lib/libzpool/common/sys/zfs_context.h
author Garrett D'Amore <garrett@nexenta.com>
Wed, 27 Jul 2011 07:13:44 -0700
changeset 13414 b42c1f0432b6
parent 13177 f3dd638d3435
child 13682 e7836650181b
permissions -rw-r--r--
734 taskq_dispatch_prealloc() desired 943 zio_interrupt ends up calling taskq_dispatch with TQ_SLEEP Reviewed by: Albert Lee <[email protected]> Reviewed by: Richard Lowe <[email protected]> Reviewed by: Alexey Zaytsev <[email protected]> Reviewed by: Jason Brian King <[email protected]> Reviewed by: George Wilson <[email protected]> Reviewed by: Adam Leventhal <[email protected]> Approved by: Gordon Ross <[email protected]>
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
/*
12684
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
    22
 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    23
 */
13414
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
    24
/*
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
    25
 * Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
    26
 */
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    27
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    28
#ifndef _SYS_ZFS_CONTEXT_H
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    29
#define	_SYS_ZFS_CONTEXT_H
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>
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9515
diff changeset
    64
#include <libsysevent.h>
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    65
#include <sys/note.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    66
#include <sys/types.h>
4543
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4451
diff changeset
    67
#include <sys/cred.h>
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    68
#include <sys/sysmacros.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    69
#include <sys/bitmap.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    70
#include <sys/resource.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    71
#include <sys/byteorder.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    72
#include <sys/list.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    73
#include <sys/uio.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    74
#include <sys/zfs_debug.h>
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    75
#include <sys/sdt.h>
3403
e52013d23622 6510807 ARC statistics should be exported via kstat
bmc
parents: 2981
diff changeset
    76
#include <sys/kstat.h>
5498
334b476844ca 6622831 normalization properties are not preserved by "zfs send"
timh
parents: 5331
diff changeset
    77
#include <sys/u8_textprep.h>
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4108
diff changeset
    78
#include <sys/sysevent/eventdefs.h>
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9515
diff changeset
    79
#include <sys/sysevent/dev.h>
11022
63ab26072e41 PSARC 2009/510 ZFS received properties
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 10850
diff changeset
    80
#include <sys/sunddi.h>
789
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
 * Debugging
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    84
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    85
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    86
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    87
 * Note that we are not using the debugging levels.
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
#define	CE_CONT		0	/* continuation		*/
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    91
#define	CE_NOTE		1	/* notice		*/
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    92
#define	CE_WARN		2	/* warning		*/
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    93
#define	CE_PANIC	3	/* panic		*/
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    94
#define	CE_IGNORE	4	/* print nothing	*/
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    95
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    96
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    97
 * ZFS debugging
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    98
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
    99
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   100
#ifdef ZFS_DEBUG
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   101
extern void dprintf_setup(int *argc, char **argv);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   102
#endif /* ZFS_DEBUG */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   103
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   104
extern void cmn_err(int, const char *, ...);
3713
00e75dc8b749 6527325 want more assertions in space map code
ahrens
parents: 3403
diff changeset
   105
extern void vcmn_err(int, const char *, __va_list);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   106
extern void panic(const char *, ...);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   107
extern void vpanic(const char *, __va_list);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   108
5329
33cb98223b2d PSARC 2007/567 zpool failmode property
gw25295
parents: 4831
diff changeset
   109
#define	fm_panic	panic
33cb98223b2d PSARC 2007/567 zpool failmode property
gw25295
parents: 4831
diff changeset
   110
11726
9686f6127423 6896791 want zdb option to set aok and zfs_recover
Victor Latushkin <Victor.Latushkin@Sun.COM>
parents: 11173
diff changeset
   111
extern int aok;
9686f6127423 6896791 want zdb option to set aok and zfs_recover
Victor Latushkin <Victor.Latushkin@Sun.COM>
parents: 11173
diff changeset
   112
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   113
/* This definition is copied from assert.h. */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   114
#if defined(__STDC__)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   115
#if __STDC_VERSION__ - 0 >= 199901L
11726
9686f6127423 6896791 want zdb option to set aok and zfs_recover
Victor Latushkin <Victor.Latushkin@Sun.COM>
parents: 11173
diff changeset
   116
#define	zverify(EX) (void)((EX) || (aok) || \
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   117
	(__assert_c99(#EX, __FILE__, __LINE__, __func__), 0))
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   118
#else
11726
9686f6127423 6896791 want zdb option to set aok and zfs_recover
Victor Latushkin <Victor.Latushkin@Sun.COM>
parents: 11173
diff changeset
   119
#define	zverify(EX) (void)((EX) || (aok) || \
9686f6127423 6896791 want zdb option to set aok and zfs_recover
Victor Latushkin <Victor.Latushkin@Sun.COM>
parents: 11173
diff changeset
   120
	(__assert(#EX, __FILE__, __LINE__), 0))
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   121
#endif /* __STDC_VERSION__ - 0 >= 199901L */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   122
#else
11726
9686f6127423 6896791 want zdb option to set aok and zfs_recover
Victor Latushkin <Victor.Latushkin@Sun.COM>
parents: 11173
diff changeset
   123
#define	zverify(EX) (void)((EX) || (aok) || \
9686f6127423 6896791 want zdb option to set aok and zfs_recover
Victor Latushkin <Victor.Latushkin@Sun.COM>
parents: 11173
diff changeset
   124
	(_assert("EX", __FILE__, __LINE__), 0))
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   125
#endif	/* __STDC__ */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   126
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   127
11726
9686f6127423 6896791 want zdb option to set aok and zfs_recover
Victor Latushkin <Victor.Latushkin@Sun.COM>
parents: 11173
diff changeset
   128
#define	VERIFY	zverify
9686f6127423 6896791 want zdb option to set aok and zfs_recover
Victor Latushkin <Victor.Latushkin@Sun.COM>
parents: 11173
diff changeset
   129
#define	ASSERT	zverify
9686f6127423 6896791 want zdb option to set aok and zfs_recover
Victor Latushkin <Victor.Latushkin@Sun.COM>
parents: 11173
diff changeset
   130
#undef	assert
9686f6127423 6896791 want zdb option to set aok and zfs_recover
Victor Latushkin <Victor.Latushkin@Sun.COM>
parents: 11173
diff changeset
   131
#define	assert	zverify
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   132
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   133
extern void __assert(const char *, const char *, int);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   134
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   135
#ifdef lint
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   136
#define	VERIFY3_IMPL(x, y, z, t)	if (x == z) ((void)0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   137
#else
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   138
/* BEGIN CSTYLED */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   139
#define	VERIFY3_IMPL(LEFT, OP, RIGHT, TYPE) do { \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   140
	const TYPE __left = (TYPE)(LEFT); \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   141
	const TYPE __right = (TYPE)(RIGHT); \
11726
9686f6127423 6896791 want zdb option to set aok and zfs_recover
Victor Latushkin <Victor.Latushkin@Sun.COM>
parents: 11173
diff changeset
   142
	if (!(__left OP __right) && (!aok)) { \
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   143
		char *__buf = alloca(256); \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   144
		(void) snprintf(__buf, 256, "%s %s %s (0x%llx %s 0x%llx)", \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   145
			#LEFT, #OP, #RIGHT, \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   146
			(u_longlong_t)__left, #OP, (u_longlong_t)__right); \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   147
		__assert(__buf, __FILE__, __LINE__); \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   148
	} \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   149
_NOTE(CONSTCOND) } while (0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   150
/* END CSTYLED */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   151
#endif /* lint */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   152
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   153
#define	VERIFY3S(x, y, z)	VERIFY3_IMPL(x, y, z, int64_t)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   154
#define	VERIFY3U(x, y, z)	VERIFY3_IMPL(x, y, z, uint64_t)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   155
#define	VERIFY3P(x, y, z)	VERIFY3_IMPL(x, y, z, uintptr_t)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   156
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   157
#ifdef NDEBUG
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   158
#define	ASSERT3S(x, y, z)	((void)0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   159
#define	ASSERT3U(x, y, z)	((void)0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   160
#define	ASSERT3P(x, y, z)	((void)0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   161
#else
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   162
#define	ASSERT3S(x, y, z)	VERIFY3S(x, y, z)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   163
#define	ASSERT3U(x, y, z)	VERIFY3U(x, y, z)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   164
#define	ASSERT3P(x, y, z)	VERIFY3P(x, y, z)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   165
#endif
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   166
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   167
/*
4451
24fbf2d7a5d7 PSARC 2007/197 ZFS hotplug
eschrock
parents: 4108
diff changeset
   168
 * DTrace SDT probes have different signatures in userland than they do in
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   169
 * kernel.  If they're being used in kernel code, re-define them out of
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   170
 * existence for their counterparts in libzpool.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   171
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   172
7468
23915842aa09 6687412 zfs stuck issuing small txg
Mark Maybee <Mark.Maybee@Sun.COM>
parents: 6245
diff changeset
   173
#ifdef DTRACE_PROBE
23915842aa09 6687412 zfs stuck issuing small txg
Mark Maybee <Mark.Maybee@Sun.COM>
parents: 6245
diff changeset
   174
#undef	DTRACE_PROBE
23915842aa09 6687412 zfs stuck issuing small txg
Mark Maybee <Mark.Maybee@Sun.COM>
parents: 6245
diff changeset
   175
#define	DTRACE_PROBE(a)	((void)0)
23915842aa09 6687412 zfs stuck issuing small txg
Mark Maybee <Mark.Maybee@Sun.COM>
parents: 6245
diff changeset
   176
#endif	/* DTRACE_PROBE */
23915842aa09 6687412 zfs stuck issuing small txg
Mark Maybee <Mark.Maybee@Sun.COM>
parents: 6245
diff changeset
   177
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   178
#ifdef DTRACE_PROBE1
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   179
#undef	DTRACE_PROBE1
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   180
#define	DTRACE_PROBE1(a, b, c)	((void)0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   181
#endif	/* DTRACE_PROBE1 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   182
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   183
#ifdef DTRACE_PROBE2
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   184
#undef	DTRACE_PROBE2
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   185
#define	DTRACE_PROBE2(a, b, c, d, e)	((void)0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   186
#endif	/* DTRACE_PROBE2 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   187
1596
2e2377ccbf85 6395371 ASSERT in dmu_tx_count_free: blkid + i < dn->dn_phys->dn_nblkptr
ahrens
parents: 1544
diff changeset
   188
#ifdef DTRACE_PROBE3
2e2377ccbf85 6395371 ASSERT in dmu_tx_count_free: blkid + i < dn->dn_phys->dn_nblkptr
ahrens
parents: 1544
diff changeset
   189
#undef	DTRACE_PROBE3
2e2377ccbf85 6395371 ASSERT in dmu_tx_count_free: blkid + i < dn->dn_phys->dn_nblkptr
ahrens
parents: 1544
diff changeset
   190
#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
   191
#endif	/* DTRACE_PROBE3 */
2e2377ccbf85 6395371 ASSERT in dmu_tx_count_free: blkid + i < dn->dn_phys->dn_nblkptr
ahrens
parents: 1544
diff changeset
   192
2981
b80f5da0b8ed 6485955 need more dtrace probes
ahrens
parents: 2856
diff changeset
   193
#ifdef DTRACE_PROBE4
b80f5da0b8ed 6485955 need more dtrace probes
ahrens
parents: 2856
diff changeset
   194
#undef	DTRACE_PROBE4
b80f5da0b8ed 6485955 need more dtrace probes
ahrens
parents: 2856
diff changeset
   195
#define	DTRACE_PROBE4(a, b, c, d, e, f, g, h, i)	((void)0)
b80f5da0b8ed 6485955 need more dtrace probes
ahrens
parents: 2856
diff changeset
   196
#endif	/* DTRACE_PROBE4 */
b80f5da0b8ed 6485955 need more dtrace probes
ahrens
parents: 2856
diff changeset
   197
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   198
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   199
 * Threads
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   200
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   201
#define	curthread	((void *)(uintptr_t)thr_self())
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   202
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   203
typedef struct kthread kthread_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   204
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   205
#define	thread_create(stk, stksize, func, arg, len, pp, state, pri)	\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   206
	zk_thread_create(func, arg)
2856
6f4d5ee1906a 6463348 ZFS code could be more portable
nd150628
parents: 1635
diff changeset
   207
#define	thread_exit() thr_exit(NULL)
11173
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   208
#define	thread_join(t)	panic("libzpool cannot join threads")
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   209
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   210
#define	newproc(f, a, cid, pri, ctp, pid)	(ENOSYS)
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   211
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   212
/* in libzpool, p0 exists only to have its address taken */
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   213
struct proc {
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   214
	uintptr_t	this_is_never_used_dont_dereference_it;
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   215
};
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   216
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   217
extern struct proc p0;
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   218
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   219
#define	PS_NONE		-1
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   220
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   221
extern kthread_t *zk_thread_create(void (*func)(), void *arg);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   222
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   223
#define	issig(why)	(FALSE)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   224
#define	ISSIG(thr, why)	(FALSE)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   225
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   226
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   227
 * Mutexes
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   228
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   229
typedef struct kmutex {
4831
41ec732c6d9f 6584470 zdb needs to initialize the bpl_lock mutex
gw25295
parents: 4543
diff changeset
   230
	void		*m_owner;
41ec732c6d9f 6584470 zdb needs to initialize the bpl_lock mutex
gw25295
parents: 4543
diff changeset
   231
	boolean_t	initialized;
41ec732c6d9f 6584470 zdb needs to initialize the bpl_lock mutex
gw25295
parents: 4543
diff changeset
   232
	mutex_t		m_lock;
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   233
} kmutex_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   234
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   235
#define	MUTEX_DEFAULT	USYNC_THREAD
12684
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
   236
#undef	MUTEX_HELD
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
   237
#undef	MUTEX_NOT_HELD
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   238
#define	MUTEX_HELD(m) _mutex_held(&(m)->m_lock)
12684
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
   239
#define	MUTEX_NOT_HELD(m) (!MUTEX_HELD(m))
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   240
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   241
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   242
 * Argh -- we have to get cheesy here because the kernel and userland
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   243
 * have different signatures for the same routine.
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   244
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   245
extern int _mutex_init(mutex_t *mp, int type, void *arg);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   246
extern int _mutex_destroy(mutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   247
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   248
#define	mutex_init(mp, b, c, d)		zmutex_init((kmutex_t *)(mp))
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   249
#define	mutex_destroy(mp)		zmutex_destroy((kmutex_t *)(mp))
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   250
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   251
extern void zmutex_init(kmutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   252
extern void zmutex_destroy(kmutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   253
extern void mutex_enter(kmutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   254
extern void mutex_exit(kmutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   255
extern int mutex_tryenter(kmutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   256
extern void *mutex_owner(kmutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   257
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   258
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   259
 * RW locks
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   260
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   261
typedef struct krwlock {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   262
	void		*rw_owner;
4831
41ec732c6d9f 6584470 zdb needs to initialize the bpl_lock mutex
gw25295
parents: 4543
diff changeset
   263
	boolean_t	initialized;
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   264
	rwlock_t	rw_lock;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   265
} krwlock_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   266
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   267
typedef int krw_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   268
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   269
#define	RW_READER	0
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   270
#define	RW_WRITER	1
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   271
#define	RW_DEFAULT	USYNC_THREAD
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   272
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   273
#undef RW_READ_HELD
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   274
#define	RW_READ_HELD(x)		_rw_read_held(&(x)->rw_lock)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   275
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   276
#undef RW_WRITE_HELD
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   277
#define	RW_WRITE_HELD(x)	_rw_write_held(&(x)->rw_lock)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   278
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   279
extern void rw_init(krwlock_t *rwlp, char *name, int type, void *arg);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   280
extern void rw_destroy(krwlock_t *rwlp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   281
extern void rw_enter(krwlock_t *rwlp, krw_t rw);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   282
extern int rw_tryenter(krwlock_t *rwlp, krw_t rw);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   283
extern int rw_tryupgrade(krwlock_t *rwlp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   284
extern void rw_exit(krwlock_t *rwlp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   285
#define	rw_downgrade(rwlp) do { } while (0)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   286
4543
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4451
diff changeset
   287
extern uid_t crgetuid(cred_t *cr);
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4451
diff changeset
   288
extern gid_t crgetgid(cred_t *cr);
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4451
diff changeset
   289
extern int crgetngroups(cred_t *cr);
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4451
diff changeset
   290
extern gid_t *crgetgroups(cred_t *cr);
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4451
diff changeset
   291
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   292
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   293
 * Condition variables
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   294
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   295
typedef cond_t kcondvar_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   296
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   297
#define	CV_DEFAULT	USYNC_THREAD
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   298
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   299
extern void cv_init(kcondvar_t *cv, char *name, int type, void *arg);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   300
extern void cv_destroy(kcondvar_t *cv);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   301
extern void cv_wait(kcondvar_t *cv, kmutex_t *mp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   302
extern clock_t cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   303
extern void cv_signal(kcondvar_t *cv);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   304
extern void cv_broadcast(kcondvar_t *cv);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   305
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   306
/*
3403
e52013d23622 6510807 ARC statistics should be exported via kstat
bmc
parents: 2981
diff changeset
   307
 * kstat creation, installation and deletion
e52013d23622 6510807 ARC statistics should be exported via kstat
bmc
parents: 2981
diff changeset
   308
 */
e52013d23622 6510807 ARC statistics should be exported via kstat
bmc
parents: 2981
diff changeset
   309
extern kstat_t *kstat_create(char *, int,
e52013d23622 6510807 ARC statistics should be exported via kstat
bmc
parents: 2981
diff changeset
   310
    char *, char *, uchar_t, ulong_t, uchar_t);
e52013d23622 6510807 ARC statistics should be exported via kstat
bmc
parents: 2981
diff changeset
   311
extern void kstat_install(kstat_t *);
e52013d23622 6510807 ARC statistics should be exported via kstat
bmc
parents: 2981
diff changeset
   312
extern void kstat_delete(kstat_t *);
e52013d23622 6510807 ARC statistics should be exported via kstat
bmc
parents: 2981
diff changeset
   313
e52013d23622 6510807 ARC statistics should be exported via kstat
bmc
parents: 2981
diff changeset
   314
/*
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   315
 * Kernel memory
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   316
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   317
#define	KM_SLEEP		UMEM_NOFAIL
6245
1a2a7cfb9f26 6429205 each zpool needs to monitor its throughput and throttle heavy writers
maybee
parents: 5959
diff changeset
   318
#define	KM_PUSHPAGE		KM_SLEEP
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   319
#define	KM_NOSLEEP		UMEM_DEFAULT
849
8d799fd81a9b 6345023 /dev/zfs fails to open once ZFS module is unloaded
bonwick
parents: 789
diff changeset
   320
#define	KMC_NODEBUG		UMC_NODEBUG
13177
f3dd638d3435 6863750 kmem metadata in zfs_file_data impedes debugging non-debug crash dumps
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 13094
diff changeset
   321
#define	KMC_NOTOUCH		0	/* not needed for userland caches */
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   322
#define	kmem_alloc(_s, _f)	umem_alloc(_s, _f)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   323
#define	kmem_zalloc(_s, _f)	umem_zalloc(_s, _f)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   324
#define	kmem_free(_b, _s)	umem_free(_b, _s)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   325
#define	kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   326
	umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   327
#define	kmem_cache_destroy(_c)	umem_cache_destroy(_c)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   328
#define	kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   329
#define	kmem_cache_free(_c, _b)	umem_cache_free(_c, _b)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   330
#define	kmem_debugging()	0
12684
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
   331
#define	kmem_cache_reap_now(_c)		/* nothing */
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
   332
#define	kmem_cache_set_move(_c, _cb)	/* nothing */
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
   333
#define	POINTER_INVALIDATE(_pp)		/* nothing */
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
   334
#define	POINTER_IS_VALID(_p)	0
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   335
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   336
typedef umem_cache_t kmem_cache_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   337
12684
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
   338
typedef enum kmem_cbrc {
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
   339
	KMEM_CBRC_YES,
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
   340
	KMEM_CBRC_NO,
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
   341
	KMEM_CBRC_LATER,
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
   342
	KMEM_CBRC_DONT_NEED,
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
   343
	KMEM_CBRC_DONT_KNOW
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
   344
} kmem_cbrc_t;
397e44ebb8a9 6710343 dnode cache should register a dnode_move() callback to limit fragmentation
Tom Erickson <Tom.Erickson@Sun.COM>
parents: 11935
diff changeset
   345
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   346
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   347
 * Task queues
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   348
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   349
typedef struct taskq taskq_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   350
typedef uintptr_t taskqid_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   351
typedef void (task_func_t)(void *);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   352
13414
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
   353
typedef struct taskq_ent {
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
   354
	struct taskq_ent	*tqent_next;
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
   355
	struct taskq_ent	*tqent_prev;
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
   356
	task_func_t		*tqent_func;
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
   357
	void			*tqent_arg;
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
   358
	uintptr_t		tqent_flags;
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
   359
} taskq_ent_t;
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
   360
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
   361
#define	TQENT_FLAG_PREALLOC	0x1	/* taskq_dispatch_ent used */
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
   362
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   363
#define	TASKQ_PREPOPULATE	0x0001
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   364
#define	TASKQ_CPR_SAFE		0x0002	/* Use CPR safe protocol */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   365
#define	TASKQ_DYNAMIC		0x0004	/* Use dynamic thread scheduling */
11173
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   366
#define	TASKQ_THREADS_CPU_PCT	0x0008	/* Scale # threads by # cpus */
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   367
#define	TASKQ_DC_BATCH		0x0010	/* Mark threads as batch */
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   368
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   369
#define	TQ_SLEEP	KM_SLEEP	/* Can block for memory */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   370
#define	TQ_NOSLEEP	KM_NOSLEEP	/* cannot block for memory; may fail */
11173
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   371
#define	TQ_NOQUEUE	0x02		/* Do not enqueue if can't dispatch */
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   372
#define	TQ_FRONT	0x08		/* Queue in front */
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   373
13414
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
   374
7837
001de5627df3 6333409 traversal code should be able to issue multiple reads in parallel
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 7468
diff changeset
   375
extern taskq_t *system_taskq;
001de5627df3 6333409 traversal code should be able to issue multiple reads in parallel
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 7468
diff changeset
   376
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   377
extern taskq_t	*taskq_create(const char *, int, pri_t, int, int, uint_t);
11173
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   378
#define	taskq_create_proc(a, b, c, d, e, p, f) \
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   379
	    (taskq_create(a, b, c, d, e, f))
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   380
#define	taskq_create_sysdc(a, b, d, e, p, dc, f) \
87f3734e64df 6881015 ZFS write activity prevents other threads from running in a timely manner
Jonathan Adams <Jonathan.Adams@Sun.COM>
parents: 11066
diff changeset
   381
	    (taskq_create(a, b, maxclsyspri, d, e, f))
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   382
extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t);
13414
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
   383
extern void	taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t,
b42c1f0432b6 734 taskq_dispatch_prealloc() desired
Garrett D'Amore <garrett@nexenta.com>
parents: 13177
diff changeset
   384
    taskq_ent_t *);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   385
extern void	taskq_destroy(taskq_t *);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   386
extern void	taskq_wait(taskq_t *);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   387
extern int	taskq_member(taskq_t *, void *);
7837
001de5627df3 6333409 traversal code should be able to issue multiple reads in parallel
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 7468
diff changeset
   388
extern void	system_taskq_init(void);
10612
89423355fa6f 6650218 Commit callbacks API for the DMU
Ricardo M. Correia <Ricardo.M.Correia@Sun.COM>
parents: 10373
diff changeset
   389
extern void	system_taskq_fini(void);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   390
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   391
#define	XVA_MAPSIZE	3
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   392
#define	XVA_MAGIC	0x78766174
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   393
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   394
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   395
 * vnodes
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   396
 */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   397
typedef struct vnode {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   398
	uint64_t	v_size;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   399
	int		v_fd;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   400
	char		*v_path;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   401
} vnode_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   402
10793
34709091de6d 6886081 Solaris needs reparse point support (PSARC 2009/387)
Dai Ngo <dai.ngo@sun.com>
parents: 10612
diff changeset
   403
#define	AV_SCANSTAMP_SZ	32		/* length of anti-virus scanstamp */
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   404
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   405
typedef struct xoptattr {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   406
	timestruc_t	xoa_createtime;	/* Create time of file */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   407
	uint8_t		xoa_archive;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   408
	uint8_t		xoa_system;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   409
	uint8_t		xoa_readonly;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   410
	uint8_t		xoa_hidden;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   411
	uint8_t		xoa_nounlink;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   412
	uint8_t		xoa_immutable;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   413
	uint8_t		xoa_appendonly;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   414
	uint8_t		xoa_nodump;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   415
	uint8_t		xoa_settable;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   416
	uint8_t		xoa_opaque;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   417
	uint8_t		xoa_av_quarantined;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   418
	uint8_t		xoa_av_modified;
10793
34709091de6d 6886081 Solaris needs reparse point support (PSARC 2009/387)
Dai Ngo <dai.ngo@sun.com>
parents: 10612
diff changeset
   419
	uint8_t		xoa_av_scanstamp[AV_SCANSTAMP_SZ];
34709091de6d 6886081 Solaris needs reparse point support (PSARC 2009/387)
Dai Ngo <dai.ngo@sun.com>
parents: 10612
diff changeset
   420
	uint8_t		xoa_reparse;
13094
81ec56bf6147 6972305 Preferred DC not selected after setting pdc via sharectl
joyce mcintosh <Joyce.McIntosh@Sun.COM>
parents: 12684
diff changeset
   421
	uint8_t		xoa_offline;
81ec56bf6147 6972305 Preferred DC not selected after setting pdc via sharectl
joyce mcintosh <Joyce.McIntosh@Sun.COM>
parents: 12684
diff changeset
   422
	uint8_t		xoa_sparse;
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   423
} xoptattr_t;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   424
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   425
typedef struct vattr {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   426
	uint_t		va_mask;	/* bit-mask of attributes */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   427
	u_offset_t	va_size;	/* file size in bytes */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   428
} vattr_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   429
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   430
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   431
typedef struct xvattr {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   432
	vattr_t		xva_vattr;	/* Embedded vattr structure */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   433
	uint32_t	xva_magic;	/* Magic Number */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   434
	uint32_t	xva_mapsize;	/* Size of attr bitmap (32-bit words) */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   435
	uint32_t	*xva_rtnattrmapp;	/* Ptr to xva_rtnattrmap[] */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   436
	uint32_t	xva_reqattrmap[XVA_MAPSIZE];	/* Requested attrs */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   437
	uint32_t	xva_rtnattrmap[XVA_MAPSIZE];	/* Returned attrs */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   438
	xoptattr_t	xva_xoptattrs;	/* Optional attributes */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   439
} xvattr_t;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   440
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   441
typedef struct vsecattr {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   442
	uint_t		vsa_mask;	/* See below */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   443
	int		vsa_aclcnt;	/* ACL entry count */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   444
	void		*vsa_aclentp;	/* pointer to ACL entries */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   445
	int		vsa_dfaclcnt;	/* default ACL entry count */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   446
	void		*vsa_dfaclentp;	/* pointer to default ACL entries */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   447
	size_t		vsa_aclentsz;	/* ACE size in bytes of vsa_aclentp */
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   448
} vsecattr_t;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   449
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   450
#define	AT_TYPE		0x00001
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   451
#define	AT_MODE		0x00002
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   452
#define	AT_UID		0x00004
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   453
#define	AT_GID		0x00008
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   454
#define	AT_FSID		0x00010
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   455
#define	AT_NODEID	0x00020
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   456
#define	AT_NLINK	0x00040
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   457
#define	AT_SIZE		0x00080
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   458
#define	AT_ATIME	0x00100
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   459
#define	AT_MTIME	0x00200
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   460
#define	AT_CTIME	0x00400
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   461
#define	AT_RDEV		0x00800
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   462
#define	AT_BLKSIZE	0x01000
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   463
#define	AT_NBLOCKS	0x02000
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   464
#define	AT_SEQ		0x08000
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   465
#define	AT_XVATTR	0x10000
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   466
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   467
#define	CRCREAT		0
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   468
10850
bb29ac73664d 6840704 osol_0906 PV guests sometimes hang at login prompt
George Wilson <George.Wilson@Sun.COM>
parents: 10793
diff changeset
   469
extern int fop_getattr(vnode_t *vp, vattr_t *vap);
bb29ac73664d 6840704 osol_0906 PV guests sometimes hang at login prompt
George Wilson <George.Wilson@Sun.COM>
parents: 10793
diff changeset
   470
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   471
#define	VOP_CLOSE(vp, f, c, o, cr, ct)	0
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   472
#define	VOP_PUTPAGE(vp, of, sz, fl, cr, ct)	0
10850
bb29ac73664d 6840704 osol_0906 PV guests sometimes hang at login prompt
George Wilson <George.Wilson@Sun.COM>
parents: 10793
diff changeset
   473
#define	VOP_GETATTR(vp, vap, fl, cr, ct)  fop_getattr((vp), (vap));
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   474
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   475
#define	VOP_FSYNC(vp, f, cr, ct)	fsync((vp)->v_fd)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   476
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   477
#define	VN_RELE(vp)	vn_close(vp)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   478
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   479
extern int vn_open(char *path, int x1, int oflags, int mode, vnode_t **vpp,
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   480
    int x2, int x3);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   481
extern int vn_openat(char *path, int x1, int oflags, int mode, vnode_t **vpp,
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   482
    int x2, int x3, vnode_t *vp, int fd);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   483
extern int vn_rdwr(int uio, vnode_t *vp, void *addr, ssize_t len,
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   484
    offset_t offset, int x1, int x2, rlim64_t x3, void *x4, ssize_t *residp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   485
extern void vn_close(vnode_t *vp);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   486
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   487
#define	vn_remove(path, x1, x2)		remove(path)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   488
#define	vn_rename(from, to, seg)	rename((from), (to))
1635
0ab1193d47cb 6398664 zpool detach: missing argument to error message causes core dump
bonwick
parents: 1596
diff changeset
   489
#define	vn_is_readonly(vp)		B_FALSE
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   490
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   491
extern vnode_t *rootdir;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   492
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   493
#include <sys/file.h>		/* for FREAD, FWRITE, etc */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   494
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   495
/*
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   496
 * Random stuff
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   497
 */
11066
cebb50cbe4f9 PSARC/2009/396 Tickless Kernel Architecture / lbolt decoupling
Rafael Vanoni <rafael.vanoni@sun.com>
parents: 11022
diff changeset
   498
#define	ddi_get_lbolt()		(gethrtime() >> 23)
cebb50cbe4f9 PSARC/2009/396 Tickless Kernel Architecture / lbolt decoupling
Rafael Vanoni <rafael.vanoni@sun.com>
parents: 11022
diff changeset
   499
#define	ddi_get_lbolt64()	(gethrtime() >> 23)
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   500
#define	hz	119	/* frequency when using gethrtime() >> 23 for lbolt */
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   501
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   502
extern void delay(clock_t ticks);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   503
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   504
#define	gethrestime_sec() time(NULL)
10373
bcf97ee54990 6395956 snapshot dir needs real c/mtime
Chris Kirby <chris.kirby@sun.com>
parents: 10272
diff changeset
   505
#define	gethrestime(t) \
bcf97ee54990 6395956 snapshot dir needs real c/mtime
Chris Kirby <chris.kirby@sun.com>
parents: 10272
diff changeset
   506
	do {\
bcf97ee54990 6395956 snapshot dir needs real c/mtime
Chris Kirby <chris.kirby@sun.com>
parents: 10272
diff changeset
   507
		(t)->tv_sec = gethrestime_sec();\
bcf97ee54990 6395956 snapshot dir needs real c/mtime
Chris Kirby <chris.kirby@sun.com>
parents: 10272
diff changeset
   508
		(t)->tv_nsec = 0;\
bcf97ee54990 6395956 snapshot dir needs real c/mtime
Chris Kirby <chris.kirby@sun.com>
parents: 10272
diff changeset
   509
	} while (0);
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   510
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   511
#define	max_ncpus	64
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   512
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   513
#define	minclsyspri	60
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   514
#define	maxclsyspri	99
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   515
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   516
#define	CPU_SEQID	(thr_self() & (max_ncpus - 1))
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   517
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   518
#define	kcred		NULL
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   519
#define	CRED()		NULL
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   520
7468
23915842aa09 6687412 zfs stuck issuing small txg
Mark Maybee <Mark.Maybee@Sun.COM>
parents: 6245
diff changeset
   521
#define	ptob(x)		((x) * PAGESIZE)
23915842aa09 6687412 zfs stuck issuing small txg
Mark Maybee <Mark.Maybee@Sun.COM>
parents: 6245
diff changeset
   522
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   523
extern uint64_t physmem;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   524
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   525
extern int highbit(ulong_t i);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   526
extern int random_get_bytes(uint8_t *ptr, size_t len);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   527
extern int random_get_pseudo_bytes(uint8_t *ptr, size_t len);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   528
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   529
extern void kernel_init(int);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   530
extern void kernel_fini(void);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   531
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   532
struct spa;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   533
extern void nicenum(uint64_t num, char *buf);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   534
extern void show_pool_stats(struct spa *);
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   535
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   536
typedef struct callb_cpr {
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   537
	kmutex_t	*cc_lockp;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   538
} callb_cpr_t;
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   539
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   540
#define	CALLB_CPR_INIT(cp, lockp, func, name)	{		\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   541
	(cp)->cc_lockp = lockp;					\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   542
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   543
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   544
#define	CALLB_CPR_SAFE_BEGIN(cp) {				\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   545
	ASSERT(MUTEX_HELD((cp)->cc_lockp));			\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   546
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   547
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   548
#define	CALLB_CPR_SAFE_END(cp, lockp) {				\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   549
	ASSERT(MUTEX_HELD((cp)->cc_lockp));			\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   550
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   551
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   552
#define	CALLB_CPR_EXIT(cp) {					\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   553
	ASSERT(MUTEX_HELD((cp)->cc_lockp));			\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   554
	mutex_exit((cp)->cc_lockp);				\
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   555
}
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   556
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   557
#define	zone_dataset_visible(x, y)	(1)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   558
#define	INGLOBALZONE(z)			(1)
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   559
10272
a0669934e974 6861581 ZFS frees in synching context during rollback
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9816
diff changeset
   560
extern char *kmem_asprintf(const char *fmt, ...);
a0669934e974 6861581 ZFS frees in synching context during rollback
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9816
diff changeset
   561
#define	strfree(str) kmem_free((str), strlen(str)+1)
a0669934e974 6861581 ZFS frees in synching context during rollback
Matthew Ahrens <Matthew.Ahrens@Sun.COM>
parents: 9816
diff changeset
   562
3975
6674f5d79069 6282725 hostname/hostid should be stored in the label
ek110237
parents: 3912
diff changeset
   563
/*
6674f5d79069 6282725 hostname/hostid should be stored in the label
ek110237
parents: 3912
diff changeset
   564
 * Hostname information
6674f5d79069 6282725 hostname/hostid should be stored in the label
ek110237
parents: 3912
diff changeset
   565
 */
8662
18153249ee93 PSARC/2008/647 Configurable Hostids for Non-Global Zones
jv227347 <Jordan.Vaughan@Sun.com>
parents: 7837
diff changeset
   566
extern char hw_serial[];	/* for userland-emulated hostid access */
3975
6674f5d79069 6282725 hostname/hostid should be stored in the label
ek110237
parents: 3912
diff changeset
   567
extern int ddi_strtoul(const char *str, char **nptr, int base,
6674f5d79069 6282725 hostname/hostid should be stored in the label
ek110237
parents: 3912
diff changeset
   568
    unsigned long *result);
6674f5d79069 6282725 hostname/hostid should be stored in the label
ek110237
parents: 3912
diff changeset
   569
11935
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11726
diff changeset
   570
extern int ddi_strtoull(const char *str, char **nptr, int base,
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11726
diff changeset
   571
    u_longlong_t *result);
538c866aaac6 6716117 ZFS needs native system attribute infrastructure
Mark Shellenbaum <Mark.Shellenbaum@Sun.COM>
parents: 11726
diff changeset
   572
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   573
/* ZFS Boot Related stuff. */
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   574
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   575
struct _buf {
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   576
	intptr_t	_fd;
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   577
};
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   578
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   579
struct bootstat {
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   580
	uint64_t st_size;
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   581
};
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   582
5331
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   583
typedef struct ace_object {
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   584
	uid_t		a_who;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   585
	uint32_t	a_access_mask;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   586
	uint16_t	a_flags;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   587
	uint16_t	a_type;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   588
	uint8_t		a_obj_type[16];
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   589
	uint8_t		a_inherit_obj_type[16];
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   590
} ace_object_t;
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   591
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   592
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   593
#define	ACE_ACCESS_ALLOWED_OBJECT_ACE_TYPE	0x05
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   594
#define	ACE_ACCESS_DENIED_OBJECT_ACE_TYPE	0x06
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   595
#define	ACE_SYSTEM_AUDIT_OBJECT_ACE_TYPE	0x07
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   596
#define	ACE_SYSTEM_ALARM_OBJECT_ACE_TYPE	0x08
3047ad28a67b PSARC/2007/218 caller_context_t in all VOPs
amw
parents: 5329
diff changeset
   597
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   598
extern struct _buf *kobj_open_file(char *name);
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   599
extern int kobj_read_file(struct _buf *file, char *buf, unsigned size,
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   600
    unsigned off);
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   601
extern void kobj_close_file(struct _buf *file);
3912
f6891a60bd72 PSARC 2007/083 ZFS bootable datasets
lling
parents: 3713
diff changeset
   602
extern int kobj_get_filesize(struct _buf *file, uint64_t *size);
4543
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4451
diff changeset
   603
extern int zfs_secpolicy_snapshot_perms(const char *name, cred_t *cr);
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4451
diff changeset
   604
extern int zfs_secpolicy_rename_perms(const char *from, const char *to,
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4451
diff changeset
   605
    cred_t *cr);
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4451
diff changeset
   606
extern int zfs_secpolicy_destroy_perms(const char *name, cred_t *cr);
12bb2876a62e PSARC/2006/465 ZFS Delegated Administration
marks
parents: 4451
diff changeset
   607
extern zoneid_t getzoneid(void);
1544
938876158511 PSARC 2006/077 zpool clear
eschrock
parents: 849
diff changeset
   608
5959
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5498
diff changeset
   609
/* SID stuff */
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5498
diff changeset
   610
typedef struct ksiddomain {
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5498
diff changeset
   611
	uint_t	kd_ref;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5498
diff changeset
   612
	uint_t	kd_len;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5498
diff changeset
   613
	char	*kd_name;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5498
diff changeset
   614
} ksiddomain_t;
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5498
diff changeset
   615
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5498
diff changeset
   616
ksiddomain_t *ksid_lookupdomain(const char *);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5498
diff changeset
   617
void ksiddomain_rele(ksiddomain_t *);
1e1904b8526d 6650192 zfs ACL/fuid code could use some minor cleanup
marks
parents: 5498
diff changeset
   618
9816
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9515
diff changeset
   619
#define	DDI_SLEEP	KM_SLEEP
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9515
diff changeset
   620
#define	ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9515
diff changeset
   621
	sysevent_post_event(_c, _d, _b, "libzpool", _e, _f)
847676ec1c5b PSARC 2008/353 zpool autoexpand property
George Wilson <George.Wilson@Sun.COM>
parents: 9515
diff changeset
   622
4108
f12bcec19e0e 6550175 zfs_context.h needs a clean up
lling
parents: 3975
diff changeset
   623
#ifdef	__cplusplus
f12bcec19e0e 6550175 zfs_context.h needs a clean up
lling
parents: 3975
diff changeset
   624
}
f12bcec19e0e 6550175 zfs_context.h needs a clean up
lling
parents: 3975
diff changeset
   625
#endif
f12bcec19e0e 6550175 zfs_context.h needs a clean up
lling
parents: 3975
diff changeset
   626
789
b348f31ed315 PSARC 2002/240 ZFS
ahrens
parents:
diff changeset
   627
#endif	/* _SYS_ZFS_CONTEXT_H */