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