Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h165 uint64_t bv_savedspace; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbrt.c586 brtvd->bv_savedspace = bvphys->bvp_savedspace; in brt_vdev_load()
627 ASSERT0(brtvd->bv_savedspace); in brt_vdev_destroy()
726 brtvd->bv_savedspace += dsize * count; in brt_vdev_addref()
760 brtvd->bv_savedspace -= dsize; in brt_vdev_decref()
816 bvphys->bvp_savedspace = brtvd->bv_savedspace; in brt_vdev_sync()
906 s += spa->spa_brt_vdevs[vdevid]->bv_savedspace; in brt_get_dspace()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2206 zdb_nicebytes(brtvd->bv_savedspace, saved, sizeof (saved)); in dump_brt()