xref: /titanic_51/usr/src/lib/libzpool/common/llib-lzpool (revision e05725b117836db173257fae43fb0746eb857fb5)
1fa9e4066Sahrens/*
2fa9e4066Sahrens * CDDL HEADER START
3fa9e4066Sahrens *
4fa9e4066Sahrens * The contents of this file are subject to the terms of the
555434c77Sek110237 * Common Development and Distribution License (the "License").
655434c77Sek110237 * You may not use this file except in compliance with the License.
7fa9e4066Sahrens *
8fa9e4066Sahrens * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9fa9e4066Sahrens * or http://www.opensolaris.org/os/licensing.
10fa9e4066Sahrens * See the License for the specific language governing permissions
11fa9e4066Sahrens * and limitations under the License.
12fa9e4066Sahrens *
13fa9e4066Sahrens * When distributing Covered Code, include this CDDL HEADER in each
14fa9e4066Sahrens * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15fa9e4066Sahrens * If applicable, add the following below this CDDL HEADER, with the
16fa9e4066Sahrens * fields enclosed by brackets "[]" replaced with your own identifying
17fa9e4066Sahrens * information: Portions Copyright [yyyy] [name of copyright owner]
18fa9e4066Sahrens *
19fa9e4066Sahrens * CDDL HEADER END
20fa9e4066Sahrens */
21fa9e4066Sahrens/*
2255434c77Sek110237 * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23fa9e4066Sahrens * Use is subject to license terms.
24fa9e4066Sahrens */
25fa9e4066Sahrens
26fa9e4066Sahrens#pragma ident	"%Z%%M%	%I%	%E% SMI"
27fa9e4066Sahrens
28fa9e4066Sahrens/* LINTLIBRARY */
29fa9e4066Sahrens/* PROTOLIB1 */
30fa9e4066Sahrens
31fa9e4066Sahrens#include <sys/zfs_context.h>
32fa9e4066Sahrens#include <sys/list.h>
33fa9e4066Sahrens#include <sys/list_impl.h>
34fa9e4066Sahrens#include <sys/sysmacros.h>
35fa9e4066Sahrens#include <sys/debug.h>
36fa9e4066Sahrens#include <sys/dmu_traverse.h>
37fa9e4066Sahrens#include <sys/dnode.h>
38fa9e4066Sahrens#include <sys/dsl_prop.h>
39fa9e4066Sahrens#include <sys/spa.h>
40fa9e4066Sahrens#include <sys/spa_impl.h>
41fa9e4066Sahrens#include <sys/space_map.h>
42fa9e4066Sahrens#include <sys/vdev.h>
43fa9e4066Sahrens#include <sys/vdev_impl.h>
44fa9e4066Sahrens#include <sys/zap.h>
45fa9e4066Sahrens#include <sys/zio.h>
46fa9e4066Sahrens#include <sys/zio_compress.h>
47fa9e4066Sahrens#include <sys/zil.h>
48fa9e4066Sahrens#include <sys/bplist.h>
4955434c77Sek110237#include <sys/zfs_znode.h>
50fa9e4066Sahrens
51*e05725b1Sbonwickextern uint64_t metaslab_gang_bang;
52d63d470bSgw25295extern uint16_t zio_zil_fail_shift;
530a4e9518Sgw25295extern uint16_t zio_io_fail_shift;
54