Deleted Added
full compact
zfs.h (219089) zfs.h (223623)
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) 2011 by Delphix. All rights reserved.
24 */
25
26/* Portions Copyright 2010 Robert Milkowski */
27
28#ifndef _SYS_FS_ZFS_H
29#define _SYS_FS_ZFS_H
30
31#include <sys/types.h>

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

119 ZFS_PROP_DEFER_DESTROY,
120 ZFS_PROP_USERREFS,
121 ZFS_PROP_LOGBIAS,
122 ZFS_PROP_UNIQUE, /* not exposed to the user */
123 ZFS_PROP_OBJSETID, /* not exposed to the user */
124 ZFS_PROP_DEDUP,
125 ZFS_PROP_MLSLABEL,
126 ZFS_PROP_SYNC,
25 */
26
27/* Portions Copyright 2010 Robert Milkowski */
28
29#ifndef _SYS_FS_ZFS_H
30#define _SYS_FS_ZFS_H
31
32#include <sys/types.h>

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

120 ZFS_PROP_DEFER_DESTROY,
121 ZFS_PROP_USERREFS,
122 ZFS_PROP_LOGBIAS,
123 ZFS_PROP_UNIQUE, /* not exposed to the user */
124 ZFS_PROP_OBJSETID, /* not exposed to the user */
125 ZFS_PROP_DEDUP,
126 ZFS_PROP_MLSLABEL,
127 ZFS_PROP_SYNC,
128 ZFS_PROP_REFRATIO,
127 ZFS_NUM_PROPS
128} zfs_prop_t;
129
130typedef enum {
131 ZFS_PROP_USERUSED,
132 ZFS_PROP_USERQUOTA,
133 ZFS_PROP_GROUPUSED,
134 ZFS_PROP_GROUPQUOTA,

--- 783 unchanged lines hidden ---
129 ZFS_NUM_PROPS
130} zfs_prop_t;
131
132typedef enum {
133 ZFS_PROP_USERUSED,
134 ZFS_PROP_USERQUOTA,
135 ZFS_PROP_GROUPUSED,
136 ZFS_PROP_GROUPQUOTA,

--- 783 unchanged lines hidden ---