Home
last modified time | relevance | path

Searched refs:raid6 (Results 1 – 11 of 11) sorted by relevance

/linux/lib/raid6/test/
H A DMakefile85 all: raid6.a raid6test
87 raid6.a: $(OBJS)
92 raid6test: test.c raid6.a
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-raid.rst54 - layout for takeover from raid5_la from/to raid6
57 - layout for takeover from raid5_ra from/to raid6
60 - layout for takeover from raid5_ls from/to raid6
63 - layout for takeover from raid5_rs from/to raid6
181 which is 3 devices for raid4/5 and 4 devices for raid6.
395 raid5 -> raid6 (with dedicated Q-syndrome)
396 raid6 (with dedicated Q-syndrome) -> raid5
405 raid6: add and remove stripes (minimum 4), change rotating syndrome algorithms, change stripesize
/linux/Documentation/crypto/
H A Dasync-tx-api.rst82 pq generate the p+q (raid6 syndrome) from a series of source buffers
85 datap (raid6_datap_recov) recover a raid6 data block and the p block
87 2data (raid6_2data_recov) recover 2 raid6 data blocks from the given
/linux/arch/arm64/boot/dts/broadcom/stingray/
H A Dstingray-fs4.dtsi104 raid6: raid-6 { label
/linux/lib/
H A DMakefile169 obj-$(CONFIG_RAID6_PQ) += raid6/
H A DKconfig.debug2469 tristate "Self test for hardware accelerated raid6 recovery"
2476 raid6 recovery routines, and will optionally use an offload
/linux/Documentation/driver-api/md/
H A Draid5-cache.rst108 raid4/5 and 2 for raid6), MD will write the data and parities to RAID disks. If
/linux/drivers/scsi/arcmsr/
H A Darcmsr_hba.c4779 int raid6 = 1; in arcmsr_info() local
4785 raid6 = 0; in arcmsr_info()
4816 raid6 = 0; in arcmsr_info()
4820 type, raid6 ? "(RAID6 capable)" : "", ARCMSR_DRIVER_VERSION); in arcmsr_info()
/linux/Documentation/admin-guide/
H A Dmd.rst92 If a raid5 or raid6 array is both dirty and degraded, it could have
269 the array if the personality supports it (raid1, raid5, raid6),
/linux/drivers/dma/
H A DKconfig788 memcpy, memset, xor, and raid6 p+q operations. If your platform has
/linux/
H A DMAINTAINERS24559 F: lib/raid6/