0N/A/*
0N/A * CDDL HEADER START
0N/A *
0N/A * The contents of this file are subject to the terms of the
0N/A * Common Development and Distribution License (the "License").
0N/A * You may not use this file except in compliance with the License.
0N/A *
0N/A * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A * or http://www.opensolaris.org/os/licensing.
0N/A * See the License for the specific language governing permissions
0N/A * and limitations under the License.
0N/A *
0N/A * When distributing Covered Code, include this CDDL HEADER in each
0N/A * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A * If applicable, add the following below this CDDL HEADER, with the
0N/A * fields enclosed by brackets "[]" replaced with your own identifying
0N/A * information: Portions Copyright [yyyy] [name of copyright owner]
0N/A *
0N/A * CDDL HEADER END
0N/A */
0N/A/*
0N/A * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
0N/A */
0N/A
0N/A/* LINTLIBRARY */
0N/A/* PROTOLIB1 */
0N/A
0N/A#include <sys/zfs_context.h>
0N/A#include <sys/list.h>
0N/A#include <sys/list_impl.h>
0N/A#include <sys/sysmacros.h>
0N/A#include <sys/debug.h>
0N/A#include <sys/dmu_traverse.h>
0N/A#include <sys/dnode.h>
0N/A#include <sys/dsl_crypto.h>
0N/A#include <sys/dsl_prop.h>
0N/A#include <sys/dsl_dataset.h>
0N/A#include <sys/spa.h>
0N/A#include <sys/spa_impl.h>
0N/A#include <sys/space_map.h>
0N/A#include <sys/vdev.h>
0N/A#include <sys/vdev_impl.h>
0N/A#include <sys/zap.h>
0N/A#include <sys/zio.h>
0N/A#include <sys/zio_compress.h>
0N/A#include <sys/zio_crypt.h>
0N/A#include <sys/zil.h>
0N/A#include <sys/bplist.h>
0N/A#include <sys/zfs_znode.h>
0N/A#include <sys/arc.h>
0N/A#include <sys/dbuf.h>
0N/A#include <sys/zio_checksum.h>
0N/A#include <sys/ddt.h>
0N/A#include <sys/sa.h>
0N/A#include <sys/zcrypt.h>
0N/A#include <sys/zfs_sa.h>
0N/A
0N/Aextern int metaslab_debug;
0N/Aextern uint64_t metaslab_gang_threshold;
0N/Aextern uint64_t metaslab_df_alloc_threshold;
0N/A
0N/Aextern int io_mvector_tracking_enable;
0N/Aextern int zfs_vdev_enable_mvector;
0N/A