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

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_concat.c340 * dlist_t *disks, dlist_t *othervols,
346 * othervols - pointer to a list of other volumes whose
358 * If the othervols list is not empty, the slice components
370 dlist_t *othervols,
399 /* determine HBAs and disks used by othervols */
400 error = get_hbas_and_disks_used_by_volumes(othervols,
421 * comps and othervols
366 populate_concat( devconfig_t *request, uint64_t nbytes, dlist_t *disks, dlist_t *othervols, devconfig_t **concat) argument
H A Dlayout_stripe.c55 dlist_t *othervols,
429 * dlist_t *disks, uint16_t ncomp, dlist_t *othervols,
436 * othervols - pointer to a list of other volumes whose
449 * If the othervols list is not empty, the slice components
462 dlist_t *othervols,
493 /* determine HBAs and disks used by othervols */
494 error = get_hbas_and_disks_used_by_volumes(othervols,
529 * comps and othervols
689 * dlist_t *othervols, devconfig_t **stripe)
696 * othervols
457 populate_stripe( devconfig_t *request, uint64_t nbytes, dlist_t *disks, uint16_t ncomp, dlist_t *othervols, devconfig_t **stripe) argument
717 compose_stripe( devconfig_t *request, uint64_t nbytes, dlist_t *disks, int max, int min, dlist_t *othervols, devconfig_t **stripe) argument
[all...]

Completed in 60 milliseconds