Searched defs:metaslab_class (Results 1 – 1 of 1) sorted by relevance
61 struct metaslab_class { struct62 spa_t *mc_spa;63 metaslab_group_t *mc_rotor;64 metaslab_ops_t *mc_ops;65 uint64_t mc_aliquot;66 uint64_t mc_alloc_groups; /* # of allocatable groups */67 uint64_t mc_alloc; /* total allocated space */91 metaslab_class_t *mg_class; argument