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

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_mirror.c381 /* compose stripes specified by size */
384 dlist_t *stripes = NULL; local
386 request, composed, msize, n, &stripes)) == 0) {
389 set_explicit_submirror_names(stripes_by_size, stripes);
390 composed = dlist_append(stripes, composed, AT_TAIL);
393 /* these stripes failed, skip concats_by_size */
394 dlist_free_items(stripes, free_devconfig_object);
602 * nbytes - the desired capacity for the stripes
616 * 1 - mirror with all stripes on the MPXIO "controller"
621 * 2 - mirror with stripes withi
[all...]

Completed in 63 milliseconds