Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_log.c212 &dlu->dlu_dn)); in ddt_log_begin()
213 dnode_set_storage_type(dlu->dlu_dn, DMU_OT_DDT_ZAP); in ddt_log_begin()
216 dlu->dlu_dn->dn_datablksz / dlu->dlu_reclen); in ddt_log_begin()
218 uint64_t length = nblocks * dlu->dlu_dn->dn_datablksz; in ddt_log_begin()
220 VERIFY0(dmu_buf_hold_array_by_dnode(dlu->dlu_dn, offset, length, in ddt_log_begin()
327 dlu->dlu_ndbp * (uint64_t)dlu->dlu_dn->dn_datablksz; in ddt_log_commit()
328 dnode_rele(dlu->dlu_dn, FTAG); in ddt_log_commit()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt_impl.h149 dnode_t *dlu_dn; /* log object dnode */ member