Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h199 uint64_t mc_alloc; /* total allocated space */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c433 ASSERT(mc->mc_alloc == 0); in metaslab_class_destroy()
479 atomic_add_64(&mc->mc_alloc, alloc_delta); in metaslab_class_space_update()
488 return (mc->mc_alloc); in metaslab_class_get_alloc()
5300 int64_t mc_free = mc->mc_space - mc->mc_alloc; in metaslab_alloc_dva()