Searched refs:zbre (Results 1 – 1 of 1) sorted by relevance
6653 zdb_brt_entry_t zbre_search, *zbre; in zdb_count_block() local6657 zbre = avl_find(&zcb->zcb_brt, &zbre_search, &where); in zdb_count_block()6658 if (zbre == NULL) { in zdb_count_block()6663 zbre = umem_zalloc(sizeof (zdb_brt_entry_t), in zdb_count_block()6665 zbre->zbre_dva = bp->blk_dva[0]; in zdb_count_block()6666 zbre->zbre_refcount = refcnt; in zdb_count_block()6667 avl_insert(&zcb->zcb_brt, zbre, where); in zdb_count_block()6671 if (zbre->zbre_refcount > 0) { in zdb_count_block()6674 zbre->zbre_refcount--; in zdb_count_block()7636 zdb_brt_entry_t *zbre; in zdb_leak_fini() local[all …]