Lines Matching refs:tx

48     int dnodesize, dmu_tx_t *tx)  in dmu_object_alloc_impl()  argument
177 bonustype, bonuslen, dn_slots, tx); in dmu_object_alloc_impl()
179 dmu_tx_add_new_object(tx, dn); in dmu_object_alloc_impl()
202 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) in dmu_object_alloc() argument
205 bonuslen, 0, tx)); in dmu_object_alloc()
211 dmu_tx_t *tx) in dmu_object_alloc_ibs() argument
214 bonustype, bonuslen, 0, tx)); in dmu_object_alloc_ibs()
219 dmu_object_type_t bonustype, int bonuslen, int dnodesize, dmu_tx_t *tx) in dmu_object_alloc_dnsize() argument
222 bonuslen, dnodesize, tx)); in dmu_object_alloc_dnsize()
227 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) in dmu_object_claim() argument
230 bonuslen, 0, tx)); in dmu_object_claim()
236 int dnodesize, dmu_tx_t *tx) in dmu_object_claim_dnsize() argument
247 if (object == DMU_META_DNODE_OBJECT && !dmu_tx_private_ok(tx)) in dmu_object_claim_dnsize()
254 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, dn_slots, tx); in dmu_object_claim_dnsize()
255 dmu_tx_add_new_object(tx, dn); in dmu_object_claim_dnsize()
264 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) in dmu_object_reclaim() argument
267 bonuslen, DNODE_MIN_SIZE, B_FALSE, tx)); in dmu_object_reclaim()
273 boolean_t keep_spill, dmu_tx_t *tx) in dmu_object_reclaim_dnsize() argument
291 keep_spill, tx); in dmu_object_reclaim_dnsize()
298 dmu_object_rm_spill(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_object_rm_spill() argument
310 dbuf_rm_spill(dn, tx); in dmu_object_rm_spill()
311 dnode_rm_spill(dn, tx); in dmu_object_rm_spill()
320 dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_object_free() argument
325 ASSERT(object != DMU_META_DNODE_OBJECT || dmu_tx_private_ok(tx)); in dmu_object_free()
337 dnode_free_range(dn, 0, DMU_OBJECT_END, tx); in dmu_object_free()
338 dnode_free(dn, tx); in dmu_object_free()
416 dmu_tx_t *tx) in dmu_object_zapify() argument
420 ASSERT(dmu_tx_is_syncing(tx)); in dmu_object_zapify()
435 mzap_create_impl(mos, object, 0, 0, tx); in dmu_object_zapify()
437 dn->dn_next_type[tx->tx_txg & TXG_MASK] = dn->dn_type = in dmu_object_zapify()
439 dnode_setdirty(dn, tx); in dmu_object_zapify()
443 SPA_FEATURE_EXTENSIBLE_DATASET, tx); in dmu_object_zapify()
447 dmu_object_free_zapified(objset_t *mos, uint64_t object, dmu_tx_t *tx) in dmu_object_free_zapified() argument
452 ASSERT(dmu_tx_is_syncing(tx)); in dmu_object_free_zapified()
460 SPA_FEATURE_EXTENSIBLE_DATASET, tx); in dmu_object_free_zapified()
462 VERIFY0(dmu_object_free(mos, object, tx)); in dmu_object_free_zapified()