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.c966 err = dmu_objset_from_ds(to_ds, &os); in dmu_send_impl()
1066 if (!to_ds->ds_is_snapshot) { in dmu_send_impl()
1086 mutex_enter(&to_ds->ds_sendstream_lock); in dmu_send_impl()
1088 mutex_exit(&to_ds->ds_sendstream_lock); in dmu_send_impl()
1090 dsl_dataset_long_hold(to_ds, FTAG); in dmu_send_impl()
1123 err = dsl_crypto_populate_key_nvlist(to_ds, in dmu_send_impl()
1151 to_arg.ds = to_ds; in dmu_send_impl()
1203 mutex_enter(&to_ds->ds_sendstream_lock); in dmu_send_impl()
1204 list_remove(&to_ds->ds_sendstreams, dsp); in dmu_send_impl()
1205 mutex_exit(&to_ds->ds_sendstream_lock); in dmu_send_impl()
[all …]