Home
last modified time | relevance | path

Searched refs:to_ds (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c688 dmu_send_impl(void *tag, dsl_pool_t *dp, dsl_dataset_t *to_ds, in dmu_send_impl() argument
702 err = dmu_objset_from_ds(to_ds, &os); in dmu_send_impl()
728 if (large_block_ok && to_ds->ds_feature_inuse[SPA_FEATURE_LARGE_BLOCKS]) in dmu_send_impl()
745 dsl_dataset_phys(to_ds)->ds_creation_time; in dmu_send_impl()
749 drr->drr_u.drr_begin.drr_toguid = dsl_dataset_phys(to_ds)->ds_guid; in dmu_send_impl()
750 if (dsl_dataset_phys(to_ds)->ds_flags & DS_FLAG_CI_DATASET) in dmu_send_impl()
758 dsl_dataset_name(to_ds, drr->drr_u.drr_begin.drr_toname); in dmu_send_impl()
759 if (!to_ds->ds_is_snapshot) { in dmu_send_impl()
772 dsp->dsa_toguid = dsl_dataset_phys(to_ds)->ds_guid; in dmu_send_impl()
779 mutex_enter(&to_ds->ds_sendstream_lock); in dmu_send_impl()
[all …]