Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dmetaslab_impl.h61 boolean_t mg_allocatable; /* can we allocate? */ member
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dmetaslab.c373 was_allocatable = mg->mg_allocatable; in metaslab_group_alloc_update()
378 mg->mg_allocatable = (mg->mg_free_capacity > zfs_mg_noalloc_threshold); in metaslab_group_alloc_update()
395 if (was_allocatable && !mg->mg_allocatable) in metaslab_group_alloc_update()
397 else if (!was_allocatable && mg->mg_allocatable) in metaslab_group_alloc_update()