Lines Matching refs:dde
879 dump_dde(const ddt_t *ddt, const ddt_entry_t *dde, uint64_t index) in dump_dde() argument
881 const ddt_phys_t *ddp = dde->dde_phys; in dump_dde()
882 const ddt_key_t *ddk = &dde->dde_key; in dump_dde()
924 ddt_entry_t dde; in dump_ddt() local
963 while ((error = ddt_object_walk(ddt, type, class, &walk, &dde)) == 0) in dump_ddt()
964 dump_dde(ddt, &dde, walk); in dump_ddt()
2342 ddt_entry_t *dde; in zdb_count_block() local
2346 dde = ddt_lookup(ddt, bp, B_FALSE); in zdb_count_block()
2348 if (dde == NULL) { in zdb_count_block()
2351 ddt_phys_t *ddp = ddt_phys_select(dde, bp); in zdb_count_block()
2354 if (ddt_phys_total_refcnt(dde) == 0) in zdb_count_block()
2355 ddt_remove(ddt, dde); in zdb_count_block()
2507 ddt_entry_t dde; in zdb_ddt_leak_init() local
2510 while ((error = ddt_walk(spa, &ddb, &dde)) == 0) { in zdb_ddt_leak_init()
2512 ddt_phys_t *ddp = dde.dde_phys; in zdb_ddt_leak_init()
2517 ASSERT(ddt_phys_total_refcnt(&dde) > 1); in zdb_ddt_leak_init()
2523 &dde.dde_key, ddp, &blk); in zdb_ddt_leak_init()