Home
last modified time | relevance | path

Searched refs:dlu_tx (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_log.c224 dlu->dlu_tx = tx; in ddt_log_begin()
279 dmu_buf_fill_done(db, dlu->dlu_tx, B_FALSE); in ddt_log_entry()
291 dmu_buf_will_fill(db, dlu->dlu_tx, B_FALSE); in ddt_log_entry()
322 dmu_buf_fill_done(dlu->dlu_dbp[dlu->dlu_block], dlu->dlu_tx, B_FALSE); in ddt_log_commit()
330 ddt_log_update_header(ddt, ddt->ddt_log_active, dlu->dlu_tx); in ddt_log_commit()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt_impl.h148 dmu_tx_t *dlu_tx; /* tx the update is being applied to */ member