llib-lzfs revision 8f0b538d1dc99df23a6a89cfd9ffddc1b9804a00
286N/A/*
286N/A * CDDL HEADER START
286N/A *
286N/A * The contents of this file are subject to the terms of the
286N/A * Common Development and Distribution License (the "License").
286N/A * You may not use this file except in compliance with the License.
286N/A *
286N/A * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
286N/A * or http://www.opensolaris.org/os/licensing.
286N/A * See the License for the specific language governing permissions
286N/A * and limitations under the License.
286N/A *
286N/A * When distributing Covered Code, include this CDDL HEADER in each
286N/A * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
286N/A * If applicable, add the following below this CDDL HEADER, with the
286N/A * fields enclosed by brackets "[]" replaced with your own identifying
286N/A * information: Portions Copyright [yyyy] [name of copyright owner]
286N/A *
286N/A * CDDL HEADER END
286N/A */
286N/A/*
286N/A * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
286N/A * Use is subject to license terms.
286N/A */
286N/A
286N/A/*
286N/A * Copyright 2010 Nexenta Systems, Inc. All rights reserved.
286N/A * Copyright (c) 2012 by Delphix. All rights reserved.
286N/A */
286N/A
286N/A/*LINTLIBRARY*/
286N/A/*PROTOLIB1*/
286N/A
286N/A#include <libzfs.h>
286N/A#include <libzfs_core.h>
286N/A#include "../../../common/zfs/zfs_comutil.h"
286N/A#include "../../../common/zfs/zfs_fletcher.h"
286N/A#include "../../../common/zfs/zfs_prop.h"
286N/A#include "../../../common/zfs/zfeature_common.h"
286N/A