Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c952 dmu_send_impl(void *tag, dsl_pool_t *dp, dsl_dataset_t *to_ds, in dmu_send_impl() argument
966 err = dmu_objset_from_ds(to_ds, &os); in dmu_send_impl()
982 SET_BOOKMARK(&zb, to_ds->ds_object, ZB_ROOT_OBJECT, in dmu_send_impl()
1016 to_ds->ds_feature_inuse[SPA_FEATURE_LARGE_BLOCKS]) in dmu_send_impl()
1018 if (to_ds->ds_feature_inuse[SPA_FEATURE_LARGE_DNODE]) in dmu_send_impl()
1048 dsl_dataset_phys(to_ds)->ds_creation_time; in dmu_send_impl()
1052 drr->drr_u.drr_begin.drr_toguid = dsl_dataset_phys(to_ds)->ds_guid; in dmu_send_impl()
1053 if (dsl_dataset_phys(to_ds)->ds_flags & DS_FLAG_CI_DATASET) in dmu_send_impl()
1065 dsl_dataset_name(to_ds, drr->drr_u.drr_begin.drr_toname); in dmu_send_impl()
1066 if (!to_ds->ds_is_snapshot) { in dmu_send_impl()
[all …]