Lines Matching full:tx

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