Lines Matching defs:stripe
72 md_stripe_t *stripe);
1050 * Since the underlying device could be disk, stripe, RAID or miror,
1091 /* underlying stripe components */
1455 * Concise stripe output.
1458 print_concise_stripe(int indent, mdsetname_t *sp, md_stripe_t *stripe)
1464 if (stripe == NULL)
1467 print_concise_entry(indent, stripe->common.namep->cname,
1468 stripe->common.size, 's');
1470 if (metaismeta(stripe->common.namep))
1471 (void) meta_get_tstate(stripe->common.namep->dev, &top_tstate,
1475 for (i = 0; i < stripe->rows.rows_len; i++) {
1479 rowp = &stripe->rows.rows_val[i];
1522 for (i = 0; i < stripe->rows.rows_len; i++) {
1526 rowp = &stripe->rows.rows_val[i];
1590 md_stripe_t *stripe;
1603 stripe = meta_get_stripe_common(sp, np, 1, &error);
1604 print_concise_stripe(indent, sp, stripe);