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

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

164 uint64_t zc_obj;
165 zfs_share_t zc_share;
166 uint64_t zc_jailid;
167 dmu_objset_stats_t zc_objset_stats;
168 struct drr_begin zc_begin_record;
169 zinject_record_t zc_inject_record;
170} zfs_cmd_t;
171
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

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

164 uint64_t zc_obj;
165 zfs_share_t zc_share;
166 uint64_t zc_jailid;
167 dmu_objset_stats_t zc_objset_stats;
168 struct drr_begin zc_begin_record;
169 zinject_record_t zc_inject_record;
170} zfs_cmd_t;
171
172typedef struct zfs_useracct {
173 char zu_domain[256];
174 uid_t zu_rid;
175 uint32_t zu_pad;
176 uint64_t zu_space;
177} zfs_useracct_t;
178
172#define ZVOL_MAX_MINOR (1 << 16)
173#define ZFS_MIN_MINOR (ZVOL_MAX_MINOR + 1)
174
175#ifdef _KERNEL
176
177typedef struct zfs_creat {
178 nvlist_t *zct_zplprops;
179 nvlist_t *zct_props;

--- 16 unchanged lines hidden ---
179#define ZVOL_MAX_MINOR (1 << 16)
180#define ZFS_MIN_MINOR (ZVOL_MAX_MINOR + 1)
181
182#ifdef _KERNEL
183
184typedef struct zfs_creat {
185 nvlist_t *zct_zplprops;
186 nvlist_t *zct_props;

--- 16 unchanged lines hidden ---