dmu_tx_dirty_buf
void dmu_tx_dirty_buf(dmu_tx_t *tx, struct dmu_buf_impl *db);
#define DMU_TX_DIRTY_BUF(tx, db) dmu_tx_dirty_buf(tx, db)