usr/src/lib/libzpool/common/llib-lzpool
author Jeff Bonwick <Jeff.Bonwick@Sun.COM>
Mon, 29 Sep 2008 18:13:58 -0700
changeset 7754 b80e4842ad54
parent 5530 4ed96167d864
child 7837 001de5627df3
permissions -rw-r--r--
6754011 SPA 3.0: lock breakup, i/o pipeline refactoring, device failure handling 6667208 zfs/zpool commands on failed pool should not hang 6430480 grabbing config lock as writer during I/O load can take excessively long

/*
 * CDDL HEADER START
 *
 * The contents of this file are subject to the terms of the
 * Common Development and Distribution License (the "License").
 * You may not use this file except in compliance with the License.
 *
 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
 * or http://www.opensolaris.org/os/licensing.
 * See the License for the specific language governing permissions
 * and limitations under the License.
 *
 * When distributing Covered Code, include this CDDL HEADER in each
 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
 * If applicable, add the following below this CDDL HEADER, with the
 * fields enclosed by brackets "[]" replaced with your own identifying
 * information: Portions Copyright [yyyy] [name of copyright owner]
 *
 * CDDL HEADER END
 */
/*
 * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 * Use is subject to license terms.
 */

/* LINTLIBRARY */
/* PROTOLIB1 */

#include <sys/zfs_context.h>
#include <sys/list.h>
#include <sys/list_impl.h>
#include <sys/sysmacros.h>
#include <sys/debug.h>
#include <sys/dmu_traverse.h>
#include <sys/dnode.h>
#include <sys/dsl_prop.h>
#include <sys/spa.h>
#include <sys/spa_impl.h>
#include <sys/space_map.h>
#include <sys/vdev.h>
#include <sys/vdev_impl.h>
#include <sys/zap.h>
#include <sys/zio.h>
#include <sys/zio_compress.h>
#include <sys/zil.h>
#include <sys/bplist.h>
#include <sys/zfs_znode.h>

extern uint64_t metaslab_gang_bang;