dsl_sync_task_t
offsetof(dsl_sync_task_t, dst_node));
offsetof(dsl_sync_task_t, dst_node));
dsl_sync_task_t *dst;
dsl_sync_task_t *dst;
dsl_sync_task_t *dst = kmem_zalloc(sizeof (*dst), KM_SLEEP);
dsl_sync_task_sync(dsl_sync_task_t *dst, dmu_tx_t *tx)
dsl_sync_task_t dst = { 0 };
void dsl_sync_task_sync(dsl_sync_task_t *, dmu_tx_t *);