Searched refs:dlu (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | ddt_log.c | 186 ddt_log_begin(ddt_t *ddt, size_t nentries, dmu_tx_t *tx, ddt_log_update_t *dlu) in ddt_log_begin() argument 189 ASSERT0P(dlu->dlu_dbp); in ddt_log_begin() 202 dlu->dlu_reclen = reclen; in ddt_log_begin() 204 VERIFY0(dnode_hold(ddt->ddt_os, ddt->ddt_log_active->ddl_object, dlu, in ddt_log_begin() 205 &dlu->dlu_dn)); in ddt_log_begin() 206 dnode_set_storage_type(dlu->dlu_dn, DMU_OT_DDT_ZAP); in ddt_log_begin() 209 dlu->dlu_dn->dn_datablksz / dlu->dlu_reclen); in ddt_log_begin() 211 uint64_t length = nblocks * dlu->dlu_dn->dn_datablksz; in ddt_log_begin() 213 VERIFY0(dmu_buf_hold_array_by_dnode(dlu->dlu_dn, offset, length, in ddt_log_begin() 214 B_FALSE, dlu, &dlu->dlu_ndbp, &dlu->dlu_dbp, in ddt_log_begin() [all …]
|
| H A D | ddt.c | 2411 ddt_log_update_t dlu = {0}; in ddt_sync_table_log() local 2412 ddt_log_begin(ddt, count, tx, &dlu); in ddt_sync_table_log() 2434 ddt_log_entry(ddt, &ddlwe, &dlu); in ddt_sync_table_log() 2439 ddt_log_commit(ddt, &dlu); in ddt_sync_table_log()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | ddt_impl.h | 176 ddt_log_update_t *dlu); 178 ddt_log_update_t *dlu); 179 extern void ddt_log_commit(ddt_t *ddt, ddt_log_update_t *dlu);
|