Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddsl_synctask.c86 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()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_synctask.h73 uint64_t dst_txg; member