Searched refs:mg_free_capacity (Results 1 – 2 of 2) sorted by relevance
88 uint64_t mg_free_capacity; /* percentage free */ member
438 mg->mg_free_capacity = ((vs->vs_space - vs->vs_alloc) * 100) / in metaslab_group_alloc_update()447 mg->mg_allocatable = (mg->mg_free_capacity > zfs_mg_noalloc_threshold && in metaslab_group_alloc_update()766 return ((mg->mg_free_capacity > zfs_mg_noalloc_threshold && in metaslab_group_allocatable()