Lines Matching refs:tx

327     cred_t *cr, dmu_tx_t *tx);
409 int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx);
412 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx);
415 int dnodesize, dmu_tx_t *tx);
418 int dnodesize, dmu_tx_t *tx);
423 int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx);
426 int dmu_object_rm_spill(objset_t *os, uint64_t object, dmu_tx_t *tx);
444 int dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx);
465 dmu_tx_t *tx);
479 int ibs, dmu_tx_t *tx);
487 dmu_tx_t *tx);
494 dmu_tx_t *tx);
501 dmu_tx_t *tx);
508 int compressed_size, int byteorder, dmu_tx_t *tx);
754 void dmu_buf_will_dirty(dmu_buf_t *db, dmu_tx_t *tx);
756 const uint8_t *salt, const uint8_t *iv, const uint8_t *mac, dmu_tx_t *tx);
780 void dmu_tx_hold_write(dmu_tx_t *tx, uint64_t object, uint64_t off, int len);
781 void dmu_tx_hold_write_by_dnode(dmu_tx_t *tx, dnode_t *dn, uint64_t off,
783 void dmu_tx_hold_free(dmu_tx_t *tx, uint64_t object, uint64_t off,
785 void dmu_tx_hold_free_by_dnode(dmu_tx_t *tx, dnode_t *dn, uint64_t off,
787 void dmu_tx_hold_remap_l1indirect(dmu_tx_t *tx, uint64_t object);
788 void dmu_tx_hold_zap(dmu_tx_t *tx, uint64_t object, int add, const char *name);
789 void dmu_tx_hold_zap_by_dnode(dmu_tx_t *tx, dnode_t *dn, int add,
791 void dmu_tx_hold_bonus(dmu_tx_t *tx, uint64_t object);
792 void dmu_tx_hold_bonus_by_dnode(dmu_tx_t *tx, dnode_t *dn);
793 void dmu_tx_hold_spill(dmu_tx_t *tx, uint64_t object);
794 void dmu_tx_hold_sa(dmu_tx_t *tx, struct sa_handle *hdl, boolean_t may_grow);
795 void dmu_tx_hold_sa_create(dmu_tx_t *tx, int total_size);
796 void dmu_tx_abort(dmu_tx_t *tx);
797 int dmu_tx_assign(dmu_tx_t *tx, uint64_t txg_how);
798 void dmu_tx_wait(dmu_tx_t *tx);
799 void dmu_tx_commit(dmu_tx_t *tx);
800 void dmu_tx_mark_netfree(dmu_tx_t *tx);
819 void dmu_tx_callback_register(dmu_tx_t *tx, dmu_tx_callback_func_t *dcb_func,
827 uint64_t size, dmu_tx_t *tx);
846 const void *buf, dmu_tx_t *tx);
848 const void *buf, dmu_tx_t *tx);
850 dmu_tx_t *tx);
855 dmu_tx_t *tx);
857 dmu_tx_t *tx);
859 dmu_tx_t *tx);
861 uint64_t size, struct page *pp, dmu_tx_t *tx);
865 struct arc_buf *buf, dmu_tx_t *tx);
867 struct arc_buf *buf, dmu_tx_t *tx);
869 const uint8_t *salt, const uint8_t *iv, const uint8_t *mac, dmu_tx_t *tx);
872 dmu_buf_t *handle, dmu_tx_t *tx);
1026 uint64_t dmu_tx_get_txg(dmu_tx_t *tx);