Lines Matching full:tx

49     int dnodesize, dnode_t **allocated_dnode, const void *tag, dmu_tx_t *tx)
193 bonuslen, dn_slots, tx);
195 dmu_tx_add_new_object(tx, dn);
227 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
230 bonuslen, 0, NULL, NULL, tx);
236 dmu_tx_t *tx)
239 bonustype, bonuslen, 0, NULL, NULL, tx);
244 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx)
247 bonuslen, dnodesize, NULL, NULL, tx));
258 int dnodesize, dnode_t **allocated_dnode, const void *tag, dmu_tx_t *tx)
261 bonustype, bonuslen, dnodesize, allocated_dnode, tag, tx));
266 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
269 bonuslen, 0, tx));
275 int dnodesize, dmu_tx_t *tx)
286 if (object == DMU_META_DNODE_OBJECT && !dmu_tx_private_ok(tx))
294 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, dn_slots, tx);
295 dmu_tx_add_new_object(tx, dn);
304 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx)
307 bonuslen, DNODE_MIN_SIZE, B_FALSE, tx));
313 boolean_t keep_spill, dmu_tx_t *tx)
331 keep_spill, tx);
338 dmu_object_rm_spill(objset_t *os, uint64_t object, dmu_tx_t *tx)
350 dbuf_rm_spill(dn, tx);
351 dnode_rm_spill(dn, tx);
360 dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx)
365 ASSERT(object != DMU_META_DNODE_OBJECT || dmu_tx_private_ok(tx));
377 dnode_free_range(dn, 0, DMU_OBJECT_END, tx);
378 dnode_free(dn, tx);
459 dmu_tx_t *tx)
463 ASSERT(dmu_tx_is_syncing(tx));
478 mzap_create_impl(dn, 0, 0, tx);
480 dn->dn_next_type[tx->tx_txg & TXG_MASK] = dn->dn_type =
482 dnode_setdirty(dn, tx);
486 SPA_FEATURE_EXTENSIBLE_DATASET, tx);
490 dmu_object_free_zapified(objset_t *mos, uint64_t object, dmu_tx_t *tx)
495 ASSERT(dmu_tx_is_syncing(tx));
503 SPA_FEATURE_EXTENSIBLE_DATASET, tx);
505 VERIFY0(dmu_object_free(mos, object, tx));