Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h242 boolean_t mg_no_free_space; member
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmetaslab.c623 mg->mg_no_free_space = B_FALSE; in metaslab_group_alloc_update()
673 mg->mg_no_free_space = B_TRUE; in metaslab_group_create()
992 if (mg->mg_no_free_space) in metaslab_group_allocatable()
1023 if (qdepth < qmax && !mgp->mg_no_free_space) in metaslab_group_allocatable()
2976 mg->mg_no_free_space = B_TRUE; in metaslab_group_alloc()