Home
last modified time | relevance | path

Searched refs:dde_phys (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dddt_zap.c65 cbuf = kmem_alloc(sizeof (dde->dde_phys) + 1, KM_SLEEP); in ddt_zap_lookup()
73 ASSERT(csize <= (sizeof (dde->dde_phys) + 1)); in ddt_zap_lookup()
80 ddt_decompress(cbuf, dde->dde_phys, csize, sizeof (dde->dde_phys)); in ddt_zap_lookup()
82 kmem_free(cbuf, sizeof (dde->dde_phys) + 1); in ddt_zap_lookup()
97 uchar_t cbuf[sizeof (dde->dde_phys) + 1]; in ddt_zap_update()
100 csize = ddt_compress(dde->dde_phys, cbuf, in ddt_zap_update()
101 sizeof (dde->dde_phys), sizeof (cbuf)); in ddt_zap_update()
134 uchar_t cbuf[sizeof (dde->dde_phys) + 1]; in ddt_zap_walk()
141 ddt_decompress(cbuf, dde->dde_phys, csize, in ddt_zap_walk()
142 sizeof (dde->dde_phys)); in ddt_zap_walk()
H A Dddt.c363 ddt_phys_t *ddp = (ddt_phys_t *)dde->dde_phys; in ddt_phys_select()
379 refcnt += dde->dde_phys[p].ddp_refcnt; in ddt_phys_total_refcnt()
388 ddt_phys_t *ddp = dde->dde_phys; in ddt_stat_generate()
923 bzero(dde->dde_phys, sizeof (dde->dde_phys)); in ddt_repair_start()
955 ddt_phys_t *ddp = dde->dde_phys; in ddt_repair_entry()
956 ddt_phys_t *rddp = rdde->dde_phys; in ddt_repair_entry()
1008 ddt_phys_t *ddp = dde->dde_phys; in ddt_sync_entry()
1039 ASSERT0(dde->dde_phys[DDT_PHYS_DITTO].ddp_phys_birth); in ddt_sync_entry()
H A Dzio.c3054 ddt_phys_t *ddp = dde->dde_phys; in zio_ddt_read_start()
3157 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_collision()
3227 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_child_write_ready()
3252 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_child_write_done()
3291 ddp = &dde->dde_phys[p]; in zio_ddt_write()
H A Ddsl_scan.c2551 ddt_phys_t *ddp = dde->dde_phys; in dsl_scan_ddt_entry()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dddt.h123 ddt_phys_t dde_phys[DDT_PHYS_TYPES]; member
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1879 const ddt_phys_t *ddp = dde->dde_phys; in dump_dde()
5521 ddt_phys_t *ddp = dde.dde_phys; in zdb_ddt_leak_init()