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.c394 (u_longlong_t)brtvd->bv_totalcount, in brt_vdev_dump()
397 if (brtvd->bv_totalcount > 0) { in brt_vdev_dump()
584 brtvd->bv_totalcount = bvphys->bvp_totalcount; in brt_vdev_load()
625 ASSERT0(brtvd->bv_totalcount); in brt_vdev_destroy()
744 brtvd->bv_totalcount++; in brt_vdev_addref()
771 ASSERT(brtvd->bv_totalcount > 0); in brt_vdev_decref()
772 brtvd->bv_totalcount--; in brt_vdev_decref()
813 bvphys->bvp_totalcount = brtvd->bv_totalcount; in brt_vdev_sync()
1379 if (brtvd->bv_totalcount == 0) in brt_sync_table()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h157 uint64_t bv_totalcount; member
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2204 zdb_nicenum(brtvd->bv_totalcount, count, sizeof (count)); in dump_brt()