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