Searched refs:mc_alloc (Results 1 – 2 of 2) sorted by relevance
67 uint64_t mc_alloc; /* total allocated space */ member
206 ASSERT(mc->mc_alloc == 0); in metaslab_class_destroy()244 atomic_add_64(&mc->mc_alloc, alloc_delta); in metaslab_class_space_update()253 return (mc->mc_alloc); in metaslab_class_get_alloc()2303 cu = (mc->mc_alloc * 100) / (mc->mc_space + 1); in metaslab_alloc_dva()