Deleted Added
full compact
zfs.h (253819) zfs.h (254112)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 7 unchanged lines hidden (view full) ---

16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
23 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 7 unchanged lines hidden (view full) ---

16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
23 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
24 * Copyright (c) 2012 by Delphix. All rights reserved.
24 * Copyright (c) 2013 by Delphix. All rights reserved.
25 * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
26 * Copyright (c) 2012, Joyent, Inc. All rights reserved.
27 * Copyright (c) 2012, Martin Matuska <mm@FreeBSD.org>. All rights reserved.
28 */
29
30/* Portions Copyright 2010 Robert Milkowski */
31
32#ifndef _SYS_FS_ZFS_H

--- 486 unchanged lines hidden (view full) ---

519#define ZPOOL_CONFIG_DDT_HISTOGRAM "ddt_histogram"
520#define ZPOOL_CONFIG_DDT_OBJ_STATS "ddt_object_stats"
521#define ZPOOL_CONFIG_DDT_STATS "ddt_stats"
522#define ZPOOL_CONFIG_SPLIT "splitcfg"
523#define ZPOOL_CONFIG_ORIG_GUID "orig_guid"
524#define ZPOOL_CONFIG_SPLIT_GUID "split_guid"
525#define ZPOOL_CONFIG_SPLIT_LIST "guid_list"
526#define ZPOOL_CONFIG_REMOVING "removing"
25 * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
26 * Copyright (c) 2012, Joyent, Inc. All rights reserved.
27 * Copyright (c) 2012, Martin Matuska <mm@FreeBSD.org>. All rights reserved.
28 */
29
30/* Portions Copyright 2010 Robert Milkowski */
31
32#ifndef _SYS_FS_ZFS_H

--- 486 unchanged lines hidden (view full) ---

519#define ZPOOL_CONFIG_DDT_HISTOGRAM "ddt_histogram"
520#define ZPOOL_CONFIG_DDT_OBJ_STATS "ddt_object_stats"
521#define ZPOOL_CONFIG_DDT_STATS "ddt_stats"
522#define ZPOOL_CONFIG_SPLIT "splitcfg"
523#define ZPOOL_CONFIG_ORIG_GUID "orig_guid"
524#define ZPOOL_CONFIG_SPLIT_GUID "split_guid"
525#define ZPOOL_CONFIG_SPLIT_LIST "guid_list"
526#define ZPOOL_CONFIG_REMOVING "removing"
527#define ZPOOL_CONFIG_RESILVERING "resilvering"
527#define ZPOOL_CONFIG_RESILVER_TXG "resilver_txg"
528#define ZPOOL_CONFIG_COMMENT "comment"
529#define ZPOOL_CONFIG_SUSPENDED "suspended" /* not stored on disk */
530#define ZPOOL_CONFIG_TIMESTAMP "timestamp" /* not stored on disk */
531#define ZPOOL_CONFIG_BOOTFS "bootfs" /* not stored on disk */
532#define ZPOOL_CONFIG_MISSING_DEVICES "missing_vdevs" /* not stored on disk */
533#define ZPOOL_CONFIG_LOAD_INFO "load_info" /* not stored on disk */
534#define ZPOOL_CONFIG_REWIND_INFO "rewind_info" /* not stored on disk */
535#define ZPOOL_CONFIG_UNSUP_FEAT "unsup_feat" /* not stored on disk */

--- 392 unchanged lines hidden ---
528#define ZPOOL_CONFIG_COMMENT "comment"
529#define ZPOOL_CONFIG_SUSPENDED "suspended" /* not stored on disk */
530#define ZPOOL_CONFIG_TIMESTAMP "timestamp" /* not stored on disk */
531#define ZPOOL_CONFIG_BOOTFS "bootfs" /* not stored on disk */
532#define ZPOOL_CONFIG_MISSING_DEVICES "missing_vdevs" /* not stored on disk */
533#define ZPOOL_CONFIG_LOAD_INFO "load_info" /* not stored on disk */
534#define ZPOOL_CONFIG_REWIND_INFO "rewind_info" /* not stored on disk */
535#define ZPOOL_CONFIG_UNSUP_FEAT "unsup_feat" /* not stored on disk */

--- 392 unchanged lines hidden ---