Lines Matching defs:allocatable
365 * space will be the amount of allocatable space that is currently not
420 * Update the allocatable flag and the metaslab group's capacity.
421 * The allocatable flag is set to true if the capacity is below
423 * from allocatable to non-allocatable or vice versa then the metaslab
443 * A metaslab group is considered allocatable if it has plenty
460 * When a group transitions from allocatable to non-allocatable or
758 * considered allocatable -- free space and fragmentation. If
761 * consider the group allocatable. There are two case when we will
2167 boolean_t allocatable;
2246 allocatable = vdev_allocatable(vd);
2249 allocatable = vdev_allocatable(vd);
2262 if (allocatable && CAN_FASTGANG(flags) &&
2264 allocatable = metaslab_group_allocatable(mg);
2266 if (!allocatable)
2350 if (!allocatable && !zio_lock) {