Searched refs:txh (Results 1 – 1 of 1) sorted by relevance
104 dmu_tx_hold_t *txh; in dmu_tx_hold_object_impl() local129 txh = kmem_zalloc(sizeof (dmu_tx_hold_t), KM_SLEEP); in dmu_tx_hold_object_impl()130 txh->txh_tx = tx; in dmu_tx_hold_object_impl()131 txh->txh_dnode = dn; in dmu_tx_hold_object_impl()133 txh->txh_type = type; in dmu_tx_hold_object_impl()134 txh->txh_arg1 = arg1; in dmu_tx_hold_object_impl()135 txh->txh_arg2 = arg2; in dmu_tx_hold_object_impl()137 list_insert_tail(&tx->tx_holds, txh); in dmu_tx_hold_object_impl()139 return (txh); in dmu_tx_hold_object_impl()172 dmu_tx_count_twig(dmu_tx_hold_t *txh, dnode_t *dn, dmu_buf_impl_t *db, in dmu_tx_count_twig() argument[all …]