Searched refs:dst_txg (Results 1 – 2 of 2) sorted by relevance
86 dst.dst_txg = dmu_tx_get_txg(tx); in dsl_sync_task()105 VERIFY(txg_list_add_tail(&dp->dp_sync_tasks, &dst, dst.dst_txg)); in dsl_sync_task()109 txg_wait_synced(dp, dst.dst_txg); in dsl_sync_task()112 txg_wait_synced(dp, dst.dst_txg + TXG_DEFER_SIZE); in dsl_sync_task()127 dst->dst_txg = dmu_tx_get_txg(tx); in dsl_sync_task_nowait()136 VERIFY(txg_list_add_tail(&dp->dp_sync_tasks, dst, dst->dst_txg)); in dsl_sync_task_nowait()
73 uint64_t dst_txg; member