Searched refs:bv_size (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | brt.c | 334 ASSERT3U(idx, <, brtvd->bv_size); in brt_vdev_entcount_get() 347 ASSERT3U(idx, <, brtvd->bv_size); in brt_vdev_entcount_set() 361 ASSERT3U(idx, <, brtvd->bv_size); in brt_vdev_entcount_inc() 374 ASSERT3U(idx, <, brtvd->bv_size); in brt_vdev_entcount_dec() 388 uint64_t nblocks = BRT_RANGESIZE_TO_NBLOCKS(brtvd->bv_size); in brt_vdev_dump() 393 (u_longlong_t)brtvd->bv_size, in brt_vdev_dump() 399 for (idx = 0; idx < brtvd->bv_size; idx++) { in brt_vdev_dump() 517 ASSERT0(brtvd->bv_size); in brt_vdev_realloc() 521 ASSERT(brtvd->bv_size > 0); in brt_vdev_realloc() 530 ASSERT3U(brtvd->bv_size, <=, size); in brt_vdev_realloc() [all …]
|
| /src/sys/contrib/openzfs/include/sys/ |
| H A D | brt_impl.h | 129 uint64_t bv_size; member
|