Deleted Added
full compact
libzfs.h (209962) libzfs.h (213197)
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

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

111 EZFS_PERMRDONLY, /* pemissions are readonly */
112 EZFS_UNSHARESMBFAILED, /* failed to unshare over smb */
113 EZFS_SHARESMBFAILED, /* failed to share over smb */
114 EZFS_BADCACHE, /* bad cache file */
115 EZFS_ISL2CACHE, /* device is for the level 2 ARC */
116 EZFS_VDEVNOTSUP, /* unsupported vdev type */
117 EZFS_NOTSUP, /* ops not supported on this dataset */
118 EZFS_ACTIVE_SPARE, /* pool has active shared spare devices */
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

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

111 EZFS_PERMRDONLY, /* pemissions are readonly */
112 EZFS_UNSHARESMBFAILED, /* failed to unshare over smb */
113 EZFS_SHARESMBFAILED, /* failed to share over smb */
114 EZFS_BADCACHE, /* bad cache file */
115 EZFS_ISL2CACHE, /* device is for the level 2 ARC */
116 EZFS_VDEVNOTSUP, /* unsupported vdev type */
117 EZFS_NOTSUP, /* ops not supported on this dataset */
118 EZFS_ACTIVE_SPARE, /* pool has active shared spare devices */
119 EZFS_UNPLAYED_LOGS, /* log device has unplayed logs */
119 EZFS_UNKNOWN
120};
121
122/*
123 * The following data structures are all part
124 * of the zfs_allow_t data structure which is
125 * used for printing 'allow' permissions.
126 * It is a linked list of zfs_allow_t's which

--- 486 unchanged lines hidden ---
120 EZFS_UNKNOWN
121};
122
123/*
124 * The following data structures are all part
125 * of the zfs_allow_t data structure which is
126 * used for printing 'allow' permissions.
127 * It is a linked list of zfs_allow_t's which

--- 486 unchanged lines hidden ---