Searched refs:entcount (Results 1 – 1 of 1) sorted by relevance
501 uint16_t *entcount; in brt_vdev_realloc() local513 entcount = vmem_zalloc(nblocks * BRT_BLOCKSIZE, KM_SLEEP); in brt_vdev_realloc()532 memcpy(entcount, brtvd->bv_entcount, in brt_vdev_realloc()533 sizeof (entcount[0]) * MIN(size, brtvd->bv_size)); in brt_vdev_realloc()542 brtvd->bv_entcount = entcount; in brt_vdev_realloc()