Searched refs:dde_phys (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | ddt.c | 553 dde->dde_phys, DDT_PHYS_SIZE(ddt))); in ddt_object_lookup() 916 const ddt_univ_phys_t *ddp = dde->dde_phys; in ddt_phys_select() 1162 dde->dde_phys->ddp_flat.ddp_dva : in ddt_entry_lookup_is_valid() 1163 dde->dde_phys->ddp_trad[ndvas].ddp_dva; in ddt_entry_lookup_is_valid() 1266 memcpy(dde->dde_phys, &ddlwe.ddlwe_phys, in ddt_lookup() 1884 memset(dde->dde_phys, 0, DDT_PHYS_SIZE(ddt)); in ddt_repair_start() 1927 ddt_univ_phys_t *ddp = dde->dde_phys; in ddt_repair_entry() 1928 ddt_univ_phys_t *rddp = rdde->dde_phys; in ddt_repair_entry() 2648 ddt_phys_addref(dde->dde_phys, v); in ddt_addref() 2719 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 …]
|
| /freebsd/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
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 6049 if (ddt_phys_total_refcnt(ddt, dde->dde_phys) > 0) in zdb_count_block() 6050 ddt_phys_decref(dde->dde_phys, v); in zdb_count_block() 6071 ddt_phys_birth(dde->dde_phys, v)); in zdb_count_block() 6073 ddt_bp_fill(dde->dde_phys, v, &tempbp, in zdb_count_block()
|