Home
last modified time | relevance | path

Searched refs:entcount (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbrt.c501 uint16_t *entcount; in brt_vdev_realloc() local
513 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()