Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDddt_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()
HDddt.c364 ddt_phys_t *ddp = (ddt_phys_t *)dde->dde_phys; in ddt_phys_select()
380 refcnt += dde->dde_phys[p].ddp_refcnt; in ddt_phys_total_refcnt()
389 ddt_phys_t *ddp = dde->dde_phys; in ddt_stat_generate()
923 memset(dde->dde_phys, 0, 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()
1211 ddp = &dde->dde_phys[BP_GET_NDVAS(bp)]; in ddt_addref()
HDzio.c3237 ddt_phys_t *ddp = dde->dde_phys; in zio_ddt_read_start()
3340 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_collision()
3410 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_child_write_ready()
3435 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_child_write_done()
3474 ddp = &dde->dde_phys[p]; in zio_ddt_write()
HDdsl_scan.c2940 ddt_phys_t *ddp = dde->dde_phys; in dsl_scan_ddt_entry()
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDddt.h123 ddt_phys_t dde_phys[DDT_PHYS_TYPES]; member
/freebsd-14-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c2025 const ddt_phys_t *ddp = dde->dde_phys; in dump_dde()
6230 ddt_phys_t *ddp = dde.dde_phys; in zdb_ddt_leak_init()