Lines Matching refs:disks
172 dlist_t *disks = NULL;
179 request, hbas, 1, &selhbas, &disks);
185 gettext(" -->Strategy 1: use disks from a single HBA - concat within HBA\n"));
197 request, hbas, 1, &selhbas, &disks);
203 gettext(" -->Strategy 2: use disks from all similar HBAs - concat across HBAs\n"));
207 request, nbytes, disks,
217 dlist_free_items(disks, NULL);
238 dlist_t *disks = NULL;
245 request, usable_hbas, 1, &selhbas, &disks);
251 gettext(" -->Strategy 3: use disks from all available HBAs - concat across HBAs\n"));
255 request, nbytes, disks,
265 dlist_free_items(disks, NULL);
314 dlist_t *disks = NULL;
321 hba, &disks, &space));
325 error = populate_concat(request, nbytes, disks,
332 dlist_free_items(disks, NULL);
340 * dlist_t *disks, dlist_t *othervols,
345 * disks - pointer to a list of availalb disks
356 * capacity using slices on disks in the input list.
359 * chosen for the concat must not on the same disks as any
369 dlist_t *disks,
385 ((error = disks_get_avail_slices(request, disks, &slices)) != 0) ||
399 /* determine HBAs and disks used by othervols */