Searched refs:other_hbas (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_concat.c | 373 dlist_t *other_hbas = NULL; in populate_concat() local 401 &other_hbas, &other_disks); in populate_concat() 403 dlist_free_items(other_hbas, NULL); in populate_concat() 431 other_hbas, other_disks, B_TRUE, B_FALSE, B_FALSE, &comp); in populate_concat() 470 dlist_free_items(other_hbas, NULL); in populate_concat()
|
H A D | layout_stripe.c | 469 dlist_t *other_hbas = NULL; in populate_stripe() local 495 &other_hbas, &other_disks); in populate_stripe() 497 dlist_free_items(other_hbas, NULL); in populate_stripe() 538 other_hbas, other_disks, B_TRUE, B_TRUE, B_TRUE, &comp); in populate_stripe() 576 dlist_free_items(other_hbas, NULL); in populate_stripe()
|