Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Ddm-unstripe.c17 uint32_t unstripe; member
66 if (kstrtouint(argv[2], 10, &uc->unstripe)) { in unstripe_ctr()
71 if (uc->unstripe > uc->stripes && uc->stripes > 1) { in unstripe_ctr()
87 uc->unstripe_offset = uc->unstripe * uc->chunk_size; in unstripe_ctr()
156 uc->stripes, (unsigned long long)uc->chunk_size, uc->unstripe, in unstripe_status()
DMakefile56 obj-$(CONFIG_DM_UNSTRIPED) += dm-unstripe.o
/Linux-v6.1/Documentation/admin-guide/device-mapper/
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