1e7cbe64fSgw25295\ 2e7cbe64fSgw25295\ CDDL HEADER START 3e7cbe64fSgw25295\ 4e7cbe64fSgw25295\ The contents of this file are subject to the terms of the 5e7cbe64fSgw25295\ Common Development and Distribution License (the "License"). 6e7cbe64fSgw25295\ You may not use this file except in compliance with the License. 7e7cbe64fSgw25295\ 8e7cbe64fSgw25295\ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9e7cbe64fSgw25295\ or http://www.opensolaris.org/os/licensing. 10e7cbe64fSgw25295\ See the License for the specific language governing permissions 11e7cbe64fSgw25295\ and limitations under the License. 12e7cbe64fSgw25295\ 13e7cbe64fSgw25295\ When distributing Covered Code, include this CDDL HEADER in each 14e7cbe64fSgw25295\ file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15e7cbe64fSgw25295\ If applicable, add the following below this CDDL HEADER, with the 16e7cbe64fSgw25295\ fields enclosed by brackets "[]" replaced with your own identifying 17e7cbe64fSgw25295\ information: Portions Copyright [yyyy] [name of copyright owner] 18e7cbe64fSgw25295\ 19e7cbe64fSgw25295\ CDDL HEADER END 20e7cbe64fSgw25295\ 21*c713350eSJohn Johnson\ 22*c713350eSJohn Johnson\ Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23*c713350eSJohn Johnson\ Use is subject to license terms. 24*c713350eSJohn Johnson\ 25e7cbe64fSgw25295 26e7cbe64fSgw25295 27e7cbe64fSgw25295purpose: ZFS debug fs reader 28*c713350eSJohn Johnsoncopyright: Copyright 2009 Sun Microsystems, Inc. All Rights Reserved 29e7cbe64fSgw25295 30e7cbe64fSgw25295 31e7cbe64fSgw25295: fs-pkg$ " zfs-file-system" ; 32e7cbe64fSgw25295: fs-type$ " zfs" ; 33e7cbe64fSgw25295 34e7cbe64fSgw25295\ load common words 35e7cbe64fSgw25295fload ../../../common/util.fth 36e7cbe64fSgw25295 37e7cbe64fSgw25295\ load fs reader 38e7cbe64fSgw25295fload ../../common/zfs.fth 39