Searched refs:dde_phys (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | ddt.c | 549 dde->dde_phys, DDT_PHYS_SIZE(ddt))); in ddt_object_lookup() 960 const ddt_univ_phys_t *ddp = dde->dde_phys; in ddt_phys_select() 1297 memcpy(dde->dde_phys, &ddlwe.ddlwe_phys, in ddt_lookup() 1931 memset(dde->dde_phys, 0, DDT_PHYS_SIZE(ddt)); in ddt_repair_start() 1974 ddt_univ_phys_t *ddp = dde->dde_phys; in ddt_repair_entry() 1975 ddt_univ_phys_t *rddp = rdde->dde_phys; in ddt_repair_entry() 2700 ddt_phys_addref(dde->dde_phys, v); in ddt_addref() 2774 ddt_phys_clear(dde->dde_phys, DDT_PHYS_FLAT); in prune_candidates_sync()
|
| H A D | zio.c | 3805 ddt_phys_clear(dde->dde_phys, v); in zio_ddt_child_read_done() 3828 ddt_univ_phys_t *ddp = dde->dde_phys; in zio_ddt_read_start() 3952 uint64_t phys_birth = ddt_phys_birth(dde->dde_phys, v); in zio_ddt_collision() 3960 ddt_bp_fill(dde->dde_phys, v, &blk, phys_birth); in zio_ddt_collision() 3989 ddt_bp_fill(dde->dde_phys, v, &blk, phys_birth); in zio_ddt_collision() 4027 ddt_univ_phys_t *ddp = dde->dde_phys; in zio_ddt_child_write_done() 4089 if (ddt_phys_is_gang(dde->dde_phys, v)) { in zio_ddt_child_write_ready() 4104 ddt_phys_extend(dde->dde_phys, v, zio->io_bp); in zio_ddt_child_write_ready() 4110 ddt_bp_fill(dde->dde_phys, v, pio->io_bp, zio->io_txg); in zio_ddt_child_write_ready() 4235 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 | 45 memcpy(&(ddlwe)->ddlwe_phys, (dde)->dde_phys, DDT_PHYS_SIZE(ddt)); \
|
| H A D | ddt.h | 244 ddt_univ_phys_t dde_phys[]; /* flexible -- allocated size varies */ member
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 6598 (ddt_phys_refcnt(dde->dde_phys, v) == 0); in zdb_count_block() 6600 ddt_phys_decref(dde->dde_phys, v); in zdb_count_block() 6621 ddt_phys_birth(dde->dde_phys, v)); in zdb_count_block() 6623 ddt_bp_fill(dde->dde_phys, v, &tempbp, in zdb_count_block() 7671 uint64_t refcnt = ddt_phys_refcnt(dde->dde_phys, in zdb_leak_fini() 7678 dde->dde_phys, v, &blk); in zdb_leak_fini()
|