Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbrt.c402 (u_longlong_t)brtvd->bv_totalcount, in brt_vdev_dump()
405 if (brtvd->bv_totalcount > 0) { in brt_vdev_dump()
594 brtvd->bv_totalcount = bvphys->bvp_totalcount; in brt_vdev_load()
746 brtvd->bv_totalcount++; in brt_vdev_addref()
782 ASSERT(brtvd->bv_totalcount > 0); in brt_vdev_decref()
783 brtvd->bv_totalcount--; in brt_vdev_decref()
827 bvphys->bvp_totalcount = brtvd->bv_totalcount; in brt_vdev_sync()
1555 if (brtvd->bv_totalcount == 0) in brt_sync_table()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h126 uint64_t bv_totalcount; member
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2061 zdb_nicenum(brtvd->bv_totalcount, count, sizeof (count)); in dump_brt()