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

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

295 uint64_t zc_jailid;
296 dmu_objset_stats_t zc_objset_stats;
297 struct drr_begin zc_begin_record;
298 zinject_record_t zc_inject_record;
299 boolean_t zc_defer_destroy;
300 boolean_t zc_temphold;
301 uint64_t zc_action_handle;
302 int zc_cleanup_fd;
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

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

295 uint64_t zc_jailid;
296 dmu_objset_stats_t zc_objset_stats;
297 struct drr_begin zc_begin_record;
298 zinject_record_t zc_inject_record;
299 boolean_t zc_defer_destroy;
300 boolean_t zc_temphold;
301 uint64_t zc_action_handle;
302 int zc_cleanup_fd;
303 uint8_t zc_pad[4]; /* alignment */
303 uint8_t zc_simple;
304 uint8_t zc_pad[3]; /* alignment */
304 uint64_t zc_sendobj;
305 uint64_t zc_fromobj;
306 uint64_t zc_createtxg;
307 zfs_stat_t zc_stat;
308} zfs_cmd_t;
309
310typedef struct zfs_useracct {
311 char zu_domain[256];

--- 52 unchanged lines hidden ---
305 uint64_t zc_sendobj;
306 uint64_t zc_fromobj;
307 uint64_t zc_createtxg;
308 zfs_stat_t zc_stat;
309} zfs_cmd_t;
310
311typedef struct zfs_useracct {
312 char zu_domain[256];

--- 52 unchanged lines hidden ---