Searched refs:dst_txg (Results 1 – 2 of 2) sorted by relevance
63 dst.dst_txg = dmu_tx_get_txg(tx); in dsl_sync_task_common()84 VERIFY(txg_list_add_tail(task_list, &dst, dst.dst_txg)); in dsl_sync_task_common()88 if (sigfunc != NULL && txg_wait_synced_sig(dp, dst.dst_txg)) { in dsl_sync_task_common()93 txg_wait_synced(dp, dst.dst_txg); in dsl_sync_task_common()96 txg_wait_synced(dp, dst.dst_txg + TXG_DEFER_SIZE); in dsl_sync_task_common()178 dst->dst_txg = dmu_tx_get_txg(tx); in dsl_sync_task_nowait_common()188 VERIFY(txg_list_add_tail(task_list, dst, dst->dst_txg)); in dsl_sync_task_nowait_common()
102 uint64_t dst_txg; member