Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c964 struct send_thread_arg to_arg = { 0 }; in dmu_send_impl() local
1146 err = bqueue_init(&to_arg.q, in dmu_send_impl()
1149 to_arg.error_code = 0; in dmu_send_impl()
1150 to_arg.cancel = B_FALSE; in dmu_send_impl()
1151 to_arg.ds = to_ds; in dmu_send_impl()
1152 to_arg.fromtxg = fromtxg; in dmu_send_impl()
1155 to_arg.flags |= TRAVERSE_NO_DECRYPT; in dmu_send_impl()
1160 to_data = bqueue_dequeue(&to_arg.q); in dmu_send_impl()
1170 to_arg.cancel = B_TRUE; in dmu_send_impl()
1177 bqueue_destroy(&to_arg.q); in dmu_send_impl()
[all …]