Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h87 boolean_t mg_allocatable; /* can we allocate? */ member
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c436 was_allocatable = mg->mg_allocatable; in metaslab_group_alloc_update()
447 mg->mg_allocatable = (mg->mg_free_capacity > zfs_mg_noalloc_threshold && in metaslab_group_alloc_update()
466 if (was_allocatable && !mg->mg_allocatable) in metaslab_group_alloc_update()
468 else if (!was_allocatable && mg->mg_allocatable) in metaslab_group_alloc_update()