Home
last modified time | relevance | path

Searched refs:unstripe (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-unstripe.c18 uint32_t unstripe; member
67 if (kstrtouint(argv[2], 10, &uc->unstripe)) { in unstripe_ctr()
72 if (uc->unstripe > uc->stripes && uc->stripes > 1) { in unstripe_ctr()
88 uc->unstripe_offset = uc->unstripe * uc->chunk_size; in unstripe_ctr()
157 uc->stripes, (unsigned long long)uc->chunk_size, uc->unstripe, in unstripe_status()
195 module_dm(unstripe);
H A DMakefile56 obj-$(CONFIG_DM_UNSTRIPED) += dm-unstripe.o
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dunstriped.rst9 unstripe a device-mapper "striped" target to access the underlying disks
11 used to unstripe a hardware RAID-0 to access backing disks.
23 The block device you wish to unstripe.
27 drive you wish to unstripe. This must be 0 indexed.
100 are striped across the two cores. When we unstripe this hardware RAID 0