Searched refs:striped (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | unstriped.rst | 9 unstripe a device-mapper "striped" target to access the underlying disks 37 striped target to combine the 4 devices into one. It then will use 38 the unstriped target on top of the striped device to access the 41 underlying device on the striped array:: 52 DM_PARMS="0 ${RAID_SIZE} striped ${NUM} ${CHUNK}" 100 are striped across the two cores. When we unstripe this hardware RAID 0 127 unstriped on top of striped with 4 drives using 128K chunk size 132 dmsetup create raid_disk0 --table '0 512 unstriped 4 256 0 /dev/mapper/striped 0' 133 dmsetup create raid_disk1 --table '0 512 unstriped 4 256 1 /dev/mapper/striped 0' 134 dmsetup create raid_disk2 --table '0 512 unstriped 4 256 2 /dev/mapper/striped 0' [all …]
|
| H A D | striped.rst | 5 Device-Mapper's "striped" target is used to create a striped (i.e. RAID-0) 23 One or more underlying devices can be specified. The striped device size must 33 # Create a striped device across any number of underlying devices. The device 56 $table = "0 $stripe_dev_size striped $num_devs $chunk_size";
|
| H A D | dm-init.rst | 57 `striped` allowed 115 "striped":: 117 dm-striped,,4,ro,0 1638400 striped 4 4096
|
| H A D | dm-ima.rst | 337 #. striped 637 9. striped 640 section above) has the following data format for 'striped' target. 647 target_name := "target_name=striped" 662 When a 'striped' target is loaded, then IMA ASCII measurement log will have an entry 663 similar to the following, depicting what 'striped' attributes are measured in EVENT_DATA 669 …target_index=0,target_begin=0,target_len=640,target_name=striped,target_version=1.6.0,stripes=2,ch…
|
| /linux/drivers/staging/media/atomisp/pci/runtime/binary/src/ |
| H A D | binary.c | 932 bool striped; in ia_css_binary_find() local 978 striped = descr->striped; in ia_css_binary_find() 1031 if (striped && candidate->iterator.num_stripes == 1) { in ia_css_binary_find()
|
| /linux/drivers/md/ |
| H A D | Kconfig | 291 RAID0 or dm-striped target.
|