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/* 224f5064b7SMark J Musante * Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23fa9e4066Sahrens * Use is subject to license terms. 24fa9e4066Sahrens */ 25fa9e4066Sahrens 26fa9e4066Sahrens/* LINTLIBRARY */ 27fa9e4066Sahrens/* PROTOLIB1 */ 28fa9e4066Sahrens 29fa9e4066Sahrens#include <sys/zfs_context.h> 30fa9e4066Sahrens#include <sys/list.h> 31fa9e4066Sahrens#include <sys/list_impl.h> 32fa9e4066Sahrens#include <sys/sysmacros.h> 33fa9e4066Sahrens#include <sys/debug.h> 34fa9e4066Sahrens#include <sys/dmu_traverse.h> 35fa9e4066Sahrens#include <sys/dnode.h> 36fa9e4066Sahrens#include <sys/dsl_prop.h> 374f5064b7SMark J Musante#include <sys/dsl_dataset.h> 38fa9e4066Sahrens#include <sys/spa.h> 39fa9e4066Sahrens#include <sys/spa_impl.h> 40fa9e4066Sahrens#include <sys/space_map.h> 41fa9e4066Sahrens#include <sys/vdev.h> 42fa9e4066Sahrens#include <sys/vdev_impl.h> 43fa9e4066Sahrens#include <sys/zap.h> 44fa9e4066Sahrens#include <sys/zio.h> 45fa9e4066Sahrens#include <sys/zio_compress.h> 46fa9e4066Sahrens#include <sys/zil.h> 47fa9e4066Sahrens#include <sys/bplist.h> 4855434c77Sek110237#include <sys/zfs_znode.h> 4988b7b0f2SMatthew Ahrens#include <sys/arc.h> 50*b24ab676SJeff Bonwick#include <sys/dbuf.h> 51*b24ab676SJeff Bonwick#include <sys/zio_checksum.h> 52*b24ab676SJeff Bonwick#include <sys/ddt.h> 53fa9e4066Sahrens 54e05725b1Sbonwickextern uint64_t metaslab_gang_bang; 55d6e555bdSGeorge Wilsonextern uint64_t metaslab_df_alloc_threshold; 56