Searched refs:txh (Results 1 – 1 of 1) sorted by relevance
103 dmu_tx_hold_t *txh; in dmu_tx_hold_object_impl() local128 txh = kmem_zalloc(sizeof (dmu_tx_hold_t), KM_SLEEP); in dmu_tx_hold_object_impl()129 txh->txh_tx = tx; in dmu_tx_hold_object_impl()130 txh->txh_dnode = dn; in dmu_tx_hold_object_impl()132 txh->txh_type = type; in dmu_tx_hold_object_impl()133 txh->txh_arg1 = arg1; in dmu_tx_hold_object_impl()134 txh->txh_arg2 = arg2; in dmu_tx_hold_object_impl()136 list_insert_tail(&tx->tx_holds, txh); in dmu_tx_hold_object_impl()138 return (txh); in dmu_tx_hold_object_impl()171 dmu_tx_count_twig(dmu_tx_hold_t *txh, dnode_t *dn, dmu_buf_impl_t *db, in dmu_tx_count_twig() argument[all …]