Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbrt.c333 ASSERT3U(idx, <, brtvd->bv_size); in brt_vdev_entcount_get()
346 ASSERT3U(idx, <, brtvd->bv_size); in brt_vdev_entcount_set()
360 ASSERT3U(idx, <, brtvd->bv_size); in brt_vdev_entcount_inc()
373 ASSERT3U(idx, <, brtvd->bv_size); in brt_vdev_entcount_dec()
387 uint64_t nblocks = BRT_RANGESIZE_TO_NBLOCKS(brtvd->bv_size); in brt_vdev_dump()
392 (u_longlong_t)brtvd->bv_size, in brt_vdev_dump()
398 for (idx = 0; idx < brtvd->bv_size; idx++) { in brt_vdev_dump()
503 ASSERT0(brtvd->bv_size); in brt_vdev_realloc()
507 ASSERT(brtvd->bv_size > 0); in brt_vdev_realloc()
516 ASSERT3U(brtvd->bv_size, <=, size); in brt_vdev_realloc()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h128 uint64_t bv_size; member