Searched refs:zbre (Results 1 – 1 of 1) sorted by relevance
6129 zdb_brt_entry_t zbre_search, *zbre; in zdb_count_block() local6133 zbre = avl_find(&zcb->zcb_brt, &zbre_search, &where); in zdb_count_block()6134 if (zbre == NULL) { in zdb_count_block()6139 zbre = umem_zalloc(sizeof (zdb_brt_entry_t), in zdb_count_block()6141 zbre->zbre_dva = bp->blk_dva[0]; in zdb_count_block()6142 zbre->zbre_refcount = refcnt; in zdb_count_block()6143 avl_insert(&zcb->zcb_brt, zbre, where); in zdb_count_block()6153 zbre->zbre_refcount--; in zdb_count_block()6154 if (zbre->zbre_refcount == 0) { in zdb_count_block()6155 avl_remove(&zcb->zcb_brt, zbre); in zdb_count_block()[all …]