Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dddt_zap.c60 uchar_t cbuf[sizeof (dde->dde_phys) + 1]; in ddt_zap_lookup()
77 ddt_decompress(cbuf, dde->dde_phys, csize, sizeof (dde->dde_phys)); in ddt_zap_lookup()
92 uchar_t cbuf[sizeof (dde->dde_phys) + 1]; in ddt_zap_update()
95 csize = ddt_compress(dde->dde_phys, cbuf, in ddt_zap_update()
96 sizeof (dde->dde_phys), sizeof (cbuf)); in ddt_zap_update()
118 uchar_t cbuf[sizeof (dde->dde_phys) + 1]; in ddt_zap_walk()
125 ddt_decompress(cbuf, dde->dde_phys, csize, in ddt_zap_walk()
126 sizeof (dde->dde_phys)); in ddt_zap_walk()
H A Dddt.c344 ddt_phys_t *ddp = (ddt_phys_t *)dde->dde_phys; in ddt_phys_select()
360 refcnt += dde->dde_phys[p].ddp_refcnt; in ddt_phys_total_refcnt()
369 ddt_phys_t *ddp = dde->dde_phys; in ddt_stat_generate()
539 ddt_phys_t *ddp = &dde->dde_phys[p]; in ddt_ditto_copies_needed()
568 ddt_phys_t *ddp = &dde->dde_phys[DDT_PHYS_DITTO]; in ddt_ditto_copies_present()
921 bzero(dde->dde_phys, sizeof (dde->dde_phys)); in ddt_repair_start()
953 ddt_phys_t *ddp = dde->dde_phys; in ddt_repair_entry()
954 ddt_phys_t *rddp = rdde->dde_phys; in ddt_repair_entry()
1006 ddt_phys_t *ddp = dde->dde_phys; in ddt_sync_entry()
1034 if (dde->dde_phys[DDT_PHYS_DITTO].ddp_phys_birth != 0) in ddt_sync_entry()
H A Dzio.c2568 ddt_phys_t *ddp = dde->dde_phys; in zio_ddt_read_start()
2664 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_collision()
2720 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_child_write_ready()
2745 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_child_write_done()
2772 ddt_phys_t *ddp = &dde->dde_phys[p]; in zio_ddt_ditto_write_done()
2815 ddp = &dde->dde_phys[p]; in zio_ddt_write()
H A Ddsl_scan.c2348 ddt_phys_t *ddp = dde->dde_phys; in dsl_scan_ddt_entry()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dddt.h112 ddt_phys_t dde_phys[DDT_PHYS_TYPES]; member
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1105 const ddt_phys_t *ddp = dde->dde_phys; in dump_dde()
3045 ddt_phys_t *ddp = dde.dde_phys; in zdb_ddt_leak_init()