Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt.h168 } ddt_univ_phys_t; typedef
193 #define DDT_TRAD_PHYS_SIZE sizeof (((ddt_univ_phys_t *)0)->ddp_trad)
194 #define DDT_FLAT_PHYS_SIZE sizeof (((ddt_univ_phys_t *)0)->ddp_flat)
225 ddt_univ_phys_t dde_orig_phys;
246 ddt_univ_phys_t dde_phys[]; /* flexible -- allocated size varies */
257 ddt_univ_phys_t ddlwe_phys;
335 extern void ddt_bp_fill(const ddt_univ_phys_t *ddp, ddt_phys_variant_t v,
338 const ddt_univ_phys_t *ddp, ddt_phys_variant_t v, blkptr_t *bp);
340 extern void ddt_phys_extend(ddt_univ_phys_t *ddp, ddt_phys_variant_t v,
342 extern void ddt_phys_unextend(ddt_univ_phys_t *cur, ddt_univ_phys_t *orig,
[all …]
H A Dddt_impl.h79 ddt_univ_phys_t ddle_phys[];
118 ddt_univ_phys_t dlre_phys[];
266 const ddt_univ_phys_t *ddp);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt.c634 ddt_bp_fill(const ddt_univ_phys_t *ddp, ddt_phys_variant_t v, in ddt_bp_fill()
661 const ddt_univ_phys_t *ddp, ddt_phys_variant_t v, blkptr_t *bp) in ddt_bp_create()
697 ddt_phys_extend(ddt_univ_phys_t *ddp, ddt_phys_variant_t v, const blkptr_t *bp) in ddt_phys_extend()
738 ddt_phys_unextend(ddt_univ_phys_t *cur, ddt_univ_phys_t *orig, in ddt_phys_unextend()
759 ddt_phys_copy(ddt_univ_phys_t *dst, const ddt_univ_phys_t *src, in ddt_phys_copy()
771 ddt_phys_clear(ddt_univ_phys_t *ddp, ddt_phys_variant_t v) in ddt_phys_clear()
806 ddt_phys_addref(ddt_univ_phys_t *ddp, ddt_phys_variant_t v) in ddt_phys_addref()
817 ddt_phys_decref(ddt_univ_phys_t *ddp, ddt_phys_variant_t v) in ddt_phys_decref()
834 ddt_phys_free(ddt_t *ddt, ddt_key_t *ddk, ddt_univ_phys_t *ddp, in ddt_phys_free()
852 ddt_phys_birth(const ddt_univ_phys_t *ddp, ddt_phys_variant_t v) in ddt_phys_birth()
[all …]
H A Dddt_stats.c47 const ddt_univ_phys_t *ddp = &ddlwe->ddlwe_phys; in ddt_stat_generate()
H A Dzio.c3495 ddt_univ_phys_t *ddp = dde->dde_phys; in zio_ddt_read_start()
3684 ddt_univ_phys_t *ddp = dde->dde_phys; in zio_ddt_child_write_done()
3692 ddt_univ_phys_t *orig = &dde->dde_io->dde_orig_phys; in zio_ddt_child_write_done()
3835 ddt_univ_phys_t *ddp = dde->dde_phys; in zio_ddt_write()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1980 const ddt_univ_phys_t *ddp = &ddlwe->ddlwe_phys; in dump_ddt_entry()