Home
last modified time | relevance | path

Searched refs:DDT_PHYS_SIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt_impl.h55 memcpy(&(ddlwe)->ddlwe_phys, (dde)->dde_phys, DDT_PHYS_SIZE(ddt)); \
63 memcpy(&(ddlwe)->ddlwe_phys, (ddle)->ddle_phys, DDT_PHYS_SIZE(ddt)); \
H A Dddt.h199 #define DDT_PHYS_SIZE(ddt) _DDT_PHYS_SWITCH(ddt, \ macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_log.c208 DDT_PHYS_SIZE(ddt), sizeof (uint64_t), size_t); in ddt_log_begin()
259 memcpy(ddle->ddle_phys, &ddlwe->ddlwe_phys, DDT_PHYS_SIZE(ddt)); in ddt_log_update_entry()
306 memcpy(dlre->dlre_phys, &ddlwe->ddlwe_phys, DDT_PHYS_SIZE(ddt)); in ddt_log_entry()
517 memcpy(&ddlwe.ddlwe_phys, dlre->dlre_phys, DDT_PHYS_SIZE(ddt)); in ddt_log_load_entry()
H A Dddt.c530 dde->dde_phys, DDT_PHYS_SIZE(ddt))); in ddt_object_lookup()
573 &ddlwe->ddlwe_phys, DDT_PHYS_SIZE(ddt), tx)); in ddt_object_update()
594 &ddlwe->ddlwe_phys, DDT_PHYS_SIZE(ddt)); in ddt_object_walk()
1216 DDT_PHYS_SIZE(ddt)); in ddt_lookup()
1755 memset(dde->dde_phys, 0, DDT_PHYS_SIZE(ddt)); in ddt_repair_start()