Lines Matching refs:ddp
881 const ddt_phys_t *ddp = dde->dde_phys; in dump_dde() local
887 for (int p = 0; p < DDT_PHYS_TYPES; p++, ddp++) { in dump_dde()
888 if (ddp->ddp_phys_birth == 0) in dump_dde()
890 ddt_bp_create(ddt->ddt_checksum, ddk, ddp, &blk); in dump_dde()
893 (u_longlong_t)index, (u_longlong_t)ddp->ddp_refcnt, in dump_dde()
2351 ddt_phys_t *ddp = ddt_phys_select(dde, bp); in zdb_count_block() local
2352 ddt_phys_decref(ddp); in zdb_count_block()
2353 refcnt = ddp->ddp_refcnt; in zdb_count_block()
2512 ddt_phys_t *ddp = dde.dde_phys; in zdb_ddt_leak_init() local
2519 for (int p = 0; p < DDT_PHYS_TYPES; p++, ddp++) { in zdb_ddt_leak_init()
2520 if (ddp->ddp_phys_birth == 0) in zdb_ddt_leak_init()
2523 &dde.dde_key, ddp, &blk); in zdb_ddt_leak_init()
2528 BP_GET_ASIZE(&blk) * (ddp->ddp_refcnt - 1); in zdb_ddt_leak_init()