Searched refs:zbre (Results 1 – 1 of 1) sorted by relevance
6497 zdb_brt_entry_t zbre_search, *zbre; in zdb_count_block() local6501 zbre = avl_find(&zcb->zcb_brt, &zbre_search, &where); in zdb_count_block()6502 if (zbre == NULL) { in zdb_count_block()6507 zbre = umem_zalloc(sizeof (zdb_brt_entry_t), in zdb_count_block()6509 zbre->zbre_dva = bp->blk_dva[0]; in zdb_count_block()6510 zbre->zbre_refcount = refcnt; in zdb_count_block()6511 avl_insert(&zcb->zcb_brt, zbre, where); in zdb_count_block()6515 if (zbre->zbre_refcount > 0) { in zdb_count_block()6518 zbre->zbre_refcount--; in zdb_count_block()7480 zdb_brt_entry_t *zbre; in zdb_leak_fini() local[all …]