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