Searched refs:dmu_tx_hold_t (Results 1 – 2 of 2) sorted by relevance
71 list_create(&tx->tx_holds, sizeof (dmu_tx_hold_t), in dmu_tx_create_dd()72 offsetof(dmu_tx_hold_t, txh_node)); in dmu_tx_create_dd()112 static dmu_tx_hold_t *116 dmu_tx_hold_t *txh; in dmu_tx_hold_dnode_impl()134 txh = kmem_zalloc(sizeof (dmu_tx_hold_t), KM_SLEEP); in dmu_tx_hold_dnode_impl()147 static dmu_tx_hold_t *152 dmu_tx_hold_t *txh; in dmu_tx_hold_object_impl()231 dmu_tx_count_write(dmu_tx_hold_t *txh, uint64_t off, uint64_t len) in dmu_tx_count_write()301 dmu_tx_count_append(dmu_tx_hold_t *txh, uint64_t off, uint64_t len) in dmu_tx_count_append()348 dmu_tx_count_dnode(dmu_tx_hold_t *txh) in dmu_tx_count_dnode()[all …]
107 } dmu_tx_hold_t; typedef