Lines Matching defs:newds
847 dsl_dataset_t *ds, *newds;
920 &newds));
921 if (dsl_dataset_feature_is_active(newds,
929 dsl_dataset_deactivate_feature(newds,
932 VERIFY0(dmu_objset_from_ds(newds, &os));
935 dsl_dataset_zapify(newds, tx);
996 dsl_dataset_activate_redaction(newds, redact_snaps,
1018 dmu_buf_will_dirty(newds->ds_dbuf, tx);
1019 dsl_dataset_phys(newds)->ds_flags |= DS_FLAG_INCONSISTENT;
1025 !dsl_dataset_feature_is_active(newds, SPA_FEATURE_LONGNAME)) {
1026 dsl_dataset_activate_feature(newds->ds_object,
1028 newds->ds_feature[SPA_FEATURE_LONGNAME] = (void *)B_TRUE;
1037 rrw_enter(&newds->ds_bp_rwlock, RW_READER, FTAG);
1038 if (BP_IS_HOLE(dsl_dataset_get_blkptr(newds)) &&
1042 newds, dsl_dataset_get_blkptr(newds), drrb->drr_type, tx);
1044 rrw_exit(&newds->ds_bp_rwlock, FTAG);
1046 drba->drba_cookie->drc_ds = newds;
1049 spa_history_log_internal_ds(newds, "receive", tx, " ");