Searched refs:zbre (Results 1 – 1 of 1) sorted by relevance
6104 zdb_brt_entry_t zbre_search, *zbre; in zdb_count_block() local6108 zbre = avl_find(&zcb->zcb_brt, &zbre_search, &where); in zdb_count_block()6109 if (zbre == NULL) { in zdb_count_block()6114 zbre = umem_zalloc(sizeof (zdb_brt_entry_t), in zdb_count_block()6116 zbre->zbre_dva = bp->blk_dva[0]; in zdb_count_block()6117 zbre->zbre_refcount = refcnt; in zdb_count_block()6118 avl_insert(&zcb->zcb_brt, zbre, where); in zdb_count_block()6128 zbre->zbre_refcount--; in zdb_count_block()6129 if (zbre->zbre_refcount == 0) { in zdb_count_block()6130 avl_remove(&zcb->zcb_brt, zbre); in zdb_count_block()[all …]