Searched refs:zbre (Results 1 – 1 of 1) sorted by relevance
5827 zdb_brt_entry_t zbre_search, *zbre; in zdb_count_block() local5831 zbre = avl_find(&zcb->zcb_brt, &zbre_search, &where); in zdb_count_block()5832 if (zbre != NULL) { in zdb_count_block()5836 zbre->zbre_refcount--; in zdb_count_block()5837 if (zbre->zbre_refcount == 0) { in zdb_count_block()5838 avl_remove(&zcb->zcb_brt, zbre); in zdb_count_block()5839 umem_free(zbre, sizeof (zdb_brt_entry_t)); in zdb_count_block()5846 zbre = umem_zalloc(sizeof (zdb_brt_entry_t), in zdb_count_block()5848 zbre->zbre_dva = bp->blk_dva[0]; in zdb_count_block()5849 zbre->zbre_refcount = crefcnt; in zdb_count_block()[all …]