Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h215 boolean_t mg_allocatable; /* can we allocate? */ member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c656 was_allocatable = mg->mg_allocatable; in metaslab_group_alloc_update()
688 mg->mg_allocatable = (mg->mg_activation_count > 0 && in metaslab_group_alloc_update()
708 if (was_allocatable && !mg->mg_allocatable) in metaslab_group_alloc_update()
710 else if (!was_allocatable && mg->mg_allocatable) in metaslab_group_alloc_update()
1115 if (mg->mg_allocatable) { in metaslab_group_allocatable()