Home
last modified time | relevance | path

Searched refs:dlu (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/openzfs/module/zfs/
H A Dddt_log.c196 ddt_log_begin(ddt_t *ddt, size_t nentries, dmu_tx_t *tx, ddt_log_update_t *dlu) in ddt_log_begin() argument
199 ASSERT0P(dlu->dlu_dbp); in ddt_log_begin()
212 dlu->dlu_reclen = reclen; in ddt_log_begin()
215 &dlu->dlu_dn)); in ddt_log_begin()
216 dnode_set_storage_type(dlu->dlu_dn, DMU_OT_DDT_ZAP); in ddt_log_begin()
219 dlu->dlu_dn->dn_datablksz / dlu->dlu_reclen); in ddt_log_begin()
221 uint64_t length = nblocks * dlu->dlu_dn->dn_datablksz; in ddt_log_begin()
223 VERIFY0(dmu_buf_hold_array_by_dnode(dlu->dlu_dn, offset, length, in ddt_log_begin()
224 B_FALSE, FTAG, &dlu->dlu_ndbp, &dlu->dlu_dbp, in ddt_log_begin()
227 dlu->dlu_tx = tx; in ddt_log_begin()
[all …]
H A Dddt.c2417 ddt_log_update_t dlu = {0}; in ddt_sync_table_log() local
2418 ddt_log_begin(ddt, count, tx, &dlu); in ddt_sync_table_log()
2440 ddt_log_entry(ddt, &ddlwe, &dlu); in ddt_sync_table_log()
2445 ddt_log_commit(ddt, &dlu); in ddt_sync_table_log()
/src/sys/contrib/openzfs/include/sys/
H A Dddt_impl.h184 ddt_log_update_t *dlu);
186 ddt_log_update_t *dlu);
187 extern void ddt_log_commit(ddt_t *ddt, ddt_log_update_t *dlu);