Lines Matching refs:ddp
892 const ddt_phys_t *ddp = dde->dde_phys; in dump_dde() local
898 for (int p = 0; p < DDT_PHYS_TYPES; p++, ddp++) { in dump_dde()
899 if (ddp->ddp_phys_birth == 0) in dump_dde()
901 ddt_bp_create(ddt->ddt_checksum, ddk, ddp, &blk); in dump_dde()
904 (u_longlong_t)index, (u_longlong_t)ddp->ddp_refcnt, in dump_dde()
2400 ddt_phys_t *ddp = ddt_phys_select(dde, bp); in zdb_count_block() local
2401 ddt_phys_decref(ddp); in zdb_count_block()
2402 refcnt = ddp->ddp_refcnt; in zdb_count_block()
2564 ddt_phys_t *ddp = dde.dde_phys; in zdb_ddt_leak_init() local
2571 for (int p = 0; p < DDT_PHYS_TYPES; p++, ddp++) { in zdb_ddt_leak_init()
2572 if (ddp->ddp_phys_birth == 0) in zdb_ddt_leak_init()
2575 &dde.dde_key, ddp, &blk); in zdb_ddt_leak_init()
2580 BP_GET_ASIZE(&blk) * (ddp->ddp_refcnt - 1); in zdb_ddt_leak_init()