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

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_slice.c151 * boolean_t nbytes_is_min,
165 * nbytes_is_min - if true, the chosen slice may be larger than
196 * If nbytes_is_min is true, the returned slice will be
211 boolean_t nbytes_is_min,
373 if (nbytes_is_min && (snbytes < nbytes)) {
203 choose_slice( uint64_t nbytes, uint16_t npaths, dlist_t *slices, dlist_t *used, dlist_t *used_hbas, dlist_t *used_disks, boolean_t unused_disk, boolean_t nbytes_is_min, boolean_t add_extra_cyl, devconfig_t **chosen) argument

Completed in 62 milliseconds