xref: /titanic_51/usr/src/lib/libzfs/common/llib-lzfs (revision 8f0b538d1dc99df23a6a89cfd9ffddc1b9804a00)
1fa9e4066Sahrens/*
2fa9e4066Sahrens * CDDL HEADER START
3fa9e4066Sahrens *
4fa9e4066Sahrens * The contents of this file are subject to the terms of the
5f848fe62Sperrin * Common Development and Distribution License (the "License").
6f848fe62Sperrin * 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/*
22495db6fbSLori Alt * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23fa9e4066Sahrens * Use is subject to license terms.
24fa9e4066Sahrens */
25fa9e4066Sahrens
26ad135b5dSChristopher Siden/*
27*8f0b538dSChristopher Siden * Copyright 2010 Nexenta Systems, Inc. All rights reserved.
28ad135b5dSChristopher Siden * Copyright (c) 2012 by Delphix. All rights reserved.
29ad135b5dSChristopher Siden */
30ad135b5dSChristopher Siden
31fa9e4066Sahrens/*LINTLIBRARY*/
32fa9e4066Sahrens/*PROTOLIB1*/
33fa9e4066Sahrens
34fa9e4066Sahrens#include <libzfs.h>
354445fffbSMatthew Ahrens#include <libzfs_core.h>
36f848fe62Sperrin#include "../../../common/zfs/zfs_comutil.h"
37495db6fbSLori Alt#include "../../../common/zfs/zfs_fletcher.h"
381af68beaSAlexander Stetsenko#include "../../../common/zfs/zfs_prop.h"
39ad135b5dSChristopher Siden#include "../../../common/zfs/zfeature_common.h"
40