Searched defs:stripe (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_svm.c337 md_stripe_t *stripe; local
346 stripe = (mdl_meta_get_stripe)(sp, mdn, &error);
349 if (stripe != NULL) {
352 for (i = 0; i < stripe->rows.rows_len; i++) {
356 rowp = &stripe->rows.rows_val[i];
362 if (new_entry(component->compnamep->bname, "stripe",
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dlvm.c503 struct grub_lvm_node *stripe;
518 seg->nodes = grub_zalloc (sizeof (*stripe)
520 stripe = seg->nodes;
543 stripe->name = grub_malloc (s + 1);
544 if (stripe->name == NULL)
547 grub_memcpy (stripe->name, p, s);
548 stripe->name[s] = '\0';
550 stripe->start = grub_lvm_getvalue (&p, ",");
554 stripe++;
895 struct grub_lvm_node *stripe
502 struct grub_lvm_node *stripe; local
894 struct grub_lvm_node *stripe = seg->nodes; local
908 struct grub_lvm_node *stripe = seg->nodes; local
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_stripe.c35 * stripe operations
48 * replace stripe/concat
150 * OUTPUT: nlpp - list of all stripe names
168 * free stripe
194 * get stripe (common)
232 /* allocate stripe */
307 "[stripe/hs]\n"),
317 "[stripe/hs]\n"),
337 "[stripe]"),
347 "[stripe]"),
2535 md_stripe_t *stripe; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbtrfs.c763 struct grub_btrfs_chunk_stripe *stripe; local
766 stripe = (struct grub_btrfs_chunk_stripe *) (chunk + 1);
769 stripe += stripen + i;
771 paddr = stripe->offset + stripe_offset;
776 PRIxGRUB_UINT64_T ") stripe %" PRIxGRUB_UINT64_T
783 stripen, stripe->offset);
788 dev = find_device (data, stripe->device_id, j);

Completed in 352 milliseconds