llib-lzpool revision 4f5064b73b1cc9de1d0f1a2ae700d519d4d565df
78a072e1b56619e3230735ae073668311232ec94vboxsync/*
78a072e1b56619e3230735ae073668311232ec94vboxsync * CDDL HEADER START
78a072e1b56619e3230735ae073668311232ec94vboxsync *
78a072e1b56619e3230735ae073668311232ec94vboxsync * The contents of this file are subject to the terms of the
78a072e1b56619e3230735ae073668311232ec94vboxsync * Common Development and Distribution License (the "License").
78a072e1b56619e3230735ae073668311232ec94vboxsync * You may not use this file except in compliance with the License.
78a072e1b56619e3230735ae073668311232ec94vboxsync *
78a072e1b56619e3230735ae073668311232ec94vboxsync * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
78a072e1b56619e3230735ae073668311232ec94vboxsync * or http://www.opensolaris.org/os/licensing.
78a072e1b56619e3230735ae073668311232ec94vboxsync * See the License for the specific language governing permissions
78a072e1b56619e3230735ae073668311232ec94vboxsync * and limitations under the License.
78a072e1b56619e3230735ae073668311232ec94vboxsync *
78a072e1b56619e3230735ae073668311232ec94vboxsync * When distributing Covered Code, include this CDDL HEADER in each
78a072e1b56619e3230735ae073668311232ec94vboxsync * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
78a072e1b56619e3230735ae073668311232ec94vboxsync * If applicable, add the following below this CDDL HEADER, with the
78a072e1b56619e3230735ae073668311232ec94vboxsync * fields enclosed by brackets "[]" replaced with your own identifying
78a072e1b56619e3230735ae073668311232ec94vboxsync * information: Portions Copyright [yyyy] [name of copyright owner]
78a072e1b56619e3230735ae073668311232ec94vboxsync *
78a072e1b56619e3230735ae073668311232ec94vboxsync * CDDL HEADER END
78a072e1b56619e3230735ae073668311232ec94vboxsync */
78a072e1b56619e3230735ae073668311232ec94vboxsync/*
78a072e1b56619e3230735ae073668311232ec94vboxsync * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
78a072e1b56619e3230735ae073668311232ec94vboxsync * Use is subject to license terms.
78a072e1b56619e3230735ae073668311232ec94vboxsync */
78a072e1b56619e3230735ae073668311232ec94vboxsync
78a072e1b56619e3230735ae073668311232ec94vboxsync/* LINTLIBRARY */
78a072e1b56619e3230735ae073668311232ec94vboxsync/* PROTOLIB1 */
78a072e1b56619e3230735ae073668311232ec94vboxsync
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/zfs_context.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/list.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/list_impl.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/sysmacros.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/debug.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/dmu_traverse.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/dnode.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/dsl_prop.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/dsl_dataset.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/spa.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/spa_impl.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/space_map.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/vdev.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/vdev_impl.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/zap.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/zio.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/zio_compress.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/zil.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/bplist.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/zfs_znode.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync#include <sys/arc.h>
78a072e1b56619e3230735ae073668311232ec94vboxsync
78a072e1b56619e3230735ae073668311232ec94vboxsyncextern uint64_t metaslab_gang_bang;
78a072e1b56619e3230735ae073668311232ec94vboxsync