Lines Matching defs:allocatable
473 * space will be the amount of allocatable space that is currently not
580 * Update the allocatable flag and the metaslab group's capacity.
581 * The allocatable flag is set to true if the capacity is below
584 * transitions from allocatable to non-allocatable or vice versa then the
626 * A metaslab group is considered allocatable if it has plenty
644 * When a group transitions from allocatable to non-allocatable or
975 * If all metaslab groups are no longer considered allocatable
999 * the only allocatable metasable group, then attempt
3070 boolean_t allocatable;
3080 allocatable = vdev_allocatable(vd);
3083 allocatable = vdev_allocatable(vd);
3093 if (allocatable && !GANG_ALLOCATION(flags) && !try_hard) {
3094 allocatable = metaslab_group_allocatable(mg, rotor,
3098 if (!allocatable) {