Searched defs:allocatable (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c616 * allocatable: returns
618 * 0 if not allocatable (marked '*')
622 allocatable(da_args *dargs) function
648 * It is an error for it to already be there, if it is allocatable.
683 is_allocatable = allocatable(dargs);
740 * Match allocatable on add is an error
764 * be allocatable.
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c386 * space will be the amount of allocatable space that is currently not
493 * Update the allocatable flag and the metaslab group's capacity.
494 * The allocatable flag is set to true if the capacity is below
497 * transitions from allocatable to non-allocatable or vice versa then the
539 * A metaslab group is considered allocatable if it has plenty
557 * When a group transitions from allocatable to non-allocatable or
886 * If all metaslab groups are no longer considered allocatable
910 * the only allocatable metasabl
2981 boolean_t allocatable; local
[all...]

Completed in 87 milliseconds