Deleted Added
full compact
dsl_dataset.h (286708) dsl_dataset.h (288204)
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

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

179 kmutex_t ds_opening_lock;
180
181 uint64_t ds_reserved; /* cached refreservation */
182 uint64_t ds_quota; /* cached refquota */
183
184 kmutex_t ds_sendstream_lock;
185 list_t ds_sendstreams;
186
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

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

179 kmutex_t ds_opening_lock;
180
181 uint64_t ds_reserved; /* cached refreservation */
182 uint64_t ds_quota; /* cached refquota */
183
184 kmutex_t ds_sendstream_lock;
185 list_t ds_sendstreams;
186
187 /* Protected by our dsl_dir's dd_lock */
188 list_t ds_prop_cbs;
189
187 /*
188 * For ZFEATURE_FLAG_PER_DATASET features, set if this dataset
189 * uses this feature.
190 */
191 uint8_t ds_feature_inuse[SPA_FEATURES];
192
193 /*
194 * Set if we need to activate the feature on this dataset this txg

--- 143 unchanged lines hidden ---
190 /*
191 * For ZFEATURE_FLAG_PER_DATASET features, set if this dataset
192 * uses this feature.
193 */
194 uint8_t ds_feature_inuse[SPA_FEATURES];
195
196 /*
197 * Set if we need to activate the feature on this dataset this txg

--- 143 unchanged lines hidden ---