Searched refs:dde_phys (Results 1 – 5 of 5) sorted by relevance
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | ddt.c | 556 dde->dde_phys, DDT_PHYS_SIZE(ddt))); in ddt_object_lookup() 967 const ddt_univ_phys_t *ddp = dde->dde_phys; in ddt_phys_select() 1213 dde->dde_phys->ddp_flat.ddp_dva : in ddt_entry_lookup_is_valid() 1214 dde->dde_phys->ddp_trad[ndvas].ddp_dva; in ddt_entry_lookup_is_valid() 1317 memcpy(dde->dde_phys, &ddlwe.ddlwe_phys, in ddt_lookup() 1937 memset(dde->dde_phys, 0, DDT_PHYS_SIZE(ddt)); in ddt_repair_start() 1980 ddt_univ_phys_t *ddp = dde->dde_phys; in ddt_repair_entry() 1981 ddt_univ_phys_t *rddp = rdde->dde_phys; in ddt_repair_entry() 2701 ddt_phys_addref(dde->dde_phys, v); in ddt_addref() 2772 ddt_phys_clear(dde->dde_phys, DDT_PHYS_FLAT); in prune_candidates_sync()
|
| H A D | zio.c | 3472 ddt_phys_clear(dde->dde_phys, v); in zio_ddt_child_read_done() 3495 ddt_univ_phys_t *ddp = dde->dde_phys; in zio_ddt_read_start() 3609 uint64_t phys_birth = ddt_phys_birth(dde->dde_phys, v); in zio_ddt_collision() 3617 ddt_bp_fill(dde->dde_phys, v, &blk, phys_birth); in zio_ddt_collision() 3646 ddt_bp_fill(dde->dde_phys, v, &blk, phys_birth); in zio_ddt_collision() 3684 ddt_univ_phys_t *ddp = dde->dde_phys; in zio_ddt_child_write_done() 3746 if (ddt_phys_is_gang(dde->dde_phys, v)) { in zio_ddt_child_write_ready() 3761 ddt_phys_extend(dde->dde_phys, v, zio->io_bp); in zio_ddt_child_write_ready() 3767 ddt_bp_fill(dde->dde_phys, v, pio->io_bp, zio->io_txg); in zio_ddt_child_write_ready() 3838 ddt_univ_phys_t *ddp = dde->dde_phys; in zio_ddt_write() [all …]
|
| /src/sys/contrib/openzfs/include/sys/ |
| H A D | ddt_impl.h | 55 memcpy(&(ddlwe)->ddlwe_phys, (dde)->dde_phys, DDT_PHYS_SIZE(ddt)); \
|
| H A D | ddt.h | 251 ddt_univ_phys_t dde_phys[]; /* flexible -- allocated size varies */ member
|
| /src/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 6074 if (ddt_phys_total_refcnt(ddt, dde->dde_phys) > 0) in zdb_count_block() 6075 ddt_phys_decref(dde->dde_phys, v); in zdb_count_block() 6096 ddt_phys_birth(dde->dde_phys, v)); in zdb_count_block() 6098 ddt_bp_fill(dde->dde_phys, v, &tempbp, in zdb_count_block()
|