Searched refs:TYPE_STRIPE (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/lvm/metassist/common/ |
H A D | volume_defaults.c | 1120 defaults, diskset, TYPE_STRIPE, &stripe, TRUE)) != 0) { in defaults_set_stripe_mincomp() 1169 defaults, disksets[i], TYPE_STRIPE, &stripe, FALSE); in defaults_get_stripe_mincomp() 1233 defaults, diskset, TYPE_STRIPE, &stripe, TRUE)) != 0) { in defaults_set_stripe_maxcomp() 1282 defaults, disksets[i], TYPE_STRIPE, &stripe, FALSE); in defaults_get_stripe_maxcomp() 1346 defaults, diskset, TYPE_STRIPE, &stripe, TRUE)) != 0) { in defaults_set_stripe_interlace() 1394 defaults, disksets[i], TYPE_STRIPE, &stripe, FALSE); in defaults_get_stripe_interlace() 1458 defaults, diskset, TYPE_STRIPE, &stripe, TRUE)) != 0) { in defaults_set_stripe_usehsp() 1507 defaults, disksets[i], TYPE_STRIPE, &stripe, FALSE); in defaults_get_stripe_usehsp()
|
H A D | volume_devconfig.h | 116 TYPE_STRIPE, enumerator
|
H A D | volume_devconfig.c | 1480 case TYPE_STRIPE: str = gettext("Stripe"); break; in devconfig_type_to_str() 1634 case TYPE_STRIPE: in devconfig_dump()
|
/titanic_41/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_stripe.c | 188 print_layout_volume_msg(devconfig_type_to_str(TYPE_STRIPE), nbytes); in layout_stripe() 414 devconfig_type_to_str(TYPE_STRIPE), in layout_stripe() 420 devconfig_type_to_str(TYPE_STRIPE)); in layout_stripe() 486 devconfig_type_to_str(TYPE_STRIPE), nbytes, ncomp); in populate_stripe() 639 print_layout_explicit_msg(devconfig_type_to_str(TYPE_STRIPE)); in populate_explicit_stripe() 860 if ((error = new_devconfig(stripe, TYPE_STRIPE)) == 0) { in assemble_stripe() 873 TYPE_STRIPE)) == 0) { in assemble_stripe()
|
H A D | layout_validate.c | 344 if (type == TYPE_CONCAT || type == TYPE_STRIPE) { in validate_request_sizes() 613 } else if (type == TYPE_CONCAT || type == TYPE_STRIPE) { in validate_request() 1311 if (submirtype != TYPE_CONCAT && submirtype != TYPE_STRIPE) { in validate_submirror_types() 1892 if ((ncomp > 0) && (type == TYPE_CONCAT || type == TYPE_STRIPE)) { in validate_slice_components() 1920 if ((ncomp > 0) && (type == TYPE_STRIPE)) { in validate_slice_components()
|
H A D | layout.c | 354 if (type == TYPE_STRIPE) { in process_request() 527 case TYPE_STRIPE: in convert_device_names() 665 case TYPE_STRIPE: in collect_modified_disks()
|
H A D | layout_mirror.c | 337 if (ctype == TYPE_STRIPE) { in populate_explicit_mirror() 370 if (ctype == TYPE_STRIPE) { in populate_explicit_mirror() 705 print_layout_submirrors_msg(devconfig_type_to_str(TYPE_STRIPE), in layout_stripe_submirrors() 1495 devconfig_type_to_str(TYPE_STRIPE), in compose_stripe_per_hba() 1645 devconfig_type_to_str(TYPE_STRIPE), in compose_stripes_across_hbas() 1821 devconfig_type_to_str(TYPE_STRIPE), in compose_stripes_within_hba()
|
H A D | layout_dlist_util.c | 242 case TYPE_STRIPE: in free_devconfig_object()
|
H A D | layout_svm_util.c | 1453 error = get_next_volume_name(subname, TYPE_STRIPE); in get_next_submirror_name()
|
H A D | layout_request.c | 756 case TYPE_STRIPE: in get_volume_faultrecov()
|
/titanic_41/usr/src/cmd/lvm/metassist/xml/ |
H A D | xml_convert.c | 348 { ELEMENT_STRIPE, TYPE_STRIPE, B_TRUE, B_FALSE, stripe_attrs }, 363 { ELEMENT_STRIPE, TYPE_STRIPE, B_TRUE, B_TRUE, stripe_attrs }, 376 { ELEMENT_STRIPE, TYPE_STRIPE, B_TRUE, B_FALSE, stripe_attrs },
|