Searched refs:dde_phys (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | ddt.c | 509 dde->dde_phys, DDT_PHYS_SIZE(ddt))); in ddt_object_lookup() 837 const ddt_univ_phys_t *ddp = dde->dde_phys; in ddt_phys_select() 1091 dde->dde_phys->ddp_flat.ddp_dva : in ddt_entry_lookup_is_valid() 1092 dde->dde_phys->ddp_trad[ndvas].ddp_dva; in ddt_entry_lookup_is_valid() 1179 dde->dde_phys->ddp_flat.ddp_class_start = ddt_class_start(); in ddt_lookup() 1194 memcpy(dde->dde_phys, &ddlwe.ddlwe_phys, in ddt_lookup() 1732 memset(dde->dde_phys, 0, DDT_PHYS_SIZE(ddt)); in ddt_repair_start() 1775 ddt_univ_phys_t *ddp = dde->dde_phys; in ddt_repair_entry() 1776 ddt_univ_phys_t *rddp = rdde->dde_phys; in ddt_repair_entry() 2490 ddt_phys_addref(dde->dde_phys, v); in ddt_addref() [all …]
|
H A D | zio.c | 3400 ddt_phys_clear(dde->dde_phys, v); in zio_ddt_child_read_done() 3423 ddt_univ_phys_t *ddp = dde->dde_phys; in zio_ddt_read_start() 3537 uint64_t phys_birth = ddt_phys_birth(dde->dde_phys, v); in zio_ddt_collision() 3545 ddt_bp_fill(dde->dde_phys, v, &blk, phys_birth); in zio_ddt_collision() 3574 ddt_bp_fill(dde->dde_phys, v, &blk, phys_birth); in zio_ddt_collision() 3612 ddt_univ_phys_t *ddp = dde->dde_phys; in zio_ddt_child_write_done() 3676 ddt_phys_extend(dde->dde_phys, v, zio->io_bp); in zio_ddt_child_write_ready() 3682 ddt_bp_fill(dde->dde_phys, v, pio->io_bp, zio->io_txg); in zio_ddt_child_write_ready() 3747 ddt_univ_phys_t *ddp = dde->dde_phys; in zio_ddt_write() 3956 ddt_phys_copy(&dde->dde_io->dde_orig_phys, dde->dde_phys, v); in zio_ddt_write() [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | ddt_impl.h | 54 memcpy(&(ddlwe)->ddlwe_phys, (dde)->dde_phys, DDT_PHYS_SIZE(ddt)); \
|
H A D | ddt.h | 245 ddt_univ_phys_t dde_phys[]; /* flexible -- allocated size varies */ member
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 5900 if (ddt_phys_total_refcnt(ddt, dde->dde_phys) > 0) in zdb_count_block() 5901 ddt_phys_decref(dde->dde_phys, v); in zdb_count_block() 5922 ddt_phys_birth(dde->dde_phys, v)); in zdb_count_block() 5924 ddt_bp_fill(dde->dde_phys, v, &tempbp, in zdb_count_block()
|