Searched refs:raid (Results 1 - 16 of 16) sorted by relevance

/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c180 struct MR_LD_RAID *raid = MR_LdRaidGet(ld, map); local
183 for (span = 0; span < raid->spanDepth; span++, pSpanBlock++) {
203 raid->stripeShift;
235 struct MR_LD_RAID *raid = MR_LdRaidGet(ld, map); local
242 row = mega_div64_32(stripRow, raid->rowDataSize);
244 if (raid->level == 6) {
246 u32 logArm = mega_mod64(stripRow, raid->rowDataSize);
249 if (raid->rowSize == 0)
252 rowMod = mega_mod64(row, raid->rowSize);
253 armQ = raid
319 struct MR_LD_RAID *raid; local
447 struct MR_LD_RAID *raid; local
[all...]
H A Dmegaraid_sas_fusion.c804 struct MR_LD_RAID *raid; local
843 raid = MR_LdRaidGet(i, map);
845 ld_sync->seqNum = raid->seqNum;
1156 struct MR_LD_RAID *raid; local
1165 raid = MR_LdRaidGet(ld, local_map_ptr);
1166 if (raid->capability.ldPiMode == MR_PROT_INFO_TYPE_CONTROLLER) {
/drivers/md/
H A DMakefile17 # Note: link order is important. All raid personalities
43 obj-$(CONFIG_DM_RAID) += dm-raid.o
H A Draid5.h4 #include <linux/raid/xor.h>
H A DKconfig38 If you say Y here, then the kernel will try to autodetect raid
41 If you don't use raid and say Y, this autodetection can cause
117 ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/
163 Enable the raid456 module to dispatch per-stripe raid operations to a
H A Dfaulty.c67 #include <linux/raid/md_u.h>
H A Dlinear.c20 #include <linux/raid/md_u.h>
H A Dmultipath.c24 #include <linux/raid/md_u.h>
334 * 2. Updates the raid superblock when problems encounter.
402 printk("multipath: %s: raid level not set to multipath IO (%d)\n",
H A Dmd.c51 #include <linux/raid/md_p.h>
52 #include <linux/raid/md_u.h>
92 * you can change it via /proc/sys/dev/raid/speed_limit_min and _max.
132 .procname = "raid",
1089 printk(KERN_ERR "md: invalid raid superblock magic on %s\n",
5947 /* change the number of raid disks */
6446 * raid personality. (RAID5 does preallocation) We also use RR and
7457 * This routine is regularly called by all per-raid-array threads to
H A Draid5.c48 #include <linux/raid/pq.h>
1438 "raid%d-%s", conf->level, mdname(conf->mddev));
1441 "raid%d-%p", conf->level, conf->mddev);
1691 "md/raid:%s: read error corrected"
1712 "md/raid:%s: read error on replacement device "
1721 "md/raid:%s: read error not correctable "
1731 "md/raid:%s: read error NOT corrected!! "
1740 "md/raid:%s: Too many read errors, failing device %s.\n",
1863 "md/raid:%s: Disk failure on %s, disabling device.\n"
1864 "md/raid
[all...]
/drivers/dma/
H A DKconfig285 a dma engine that can perform raid operations and you have enabled
H A Diop-adma.c34 #include <linux/raid/pq.h>
/drivers/firmware/
H A Dedd.c221 info->params.device_path.raid.array_number);
/drivers/block/
H A Dcciss.c789 int raid; local
797 raid = drv->raid_level;
799 if (raid < 0 || raid > RAID_UNKNOWN)
800 raid = RAID_UNKNOWN;
802 return snprintf(buf, strlen(raid_label[raid]) + 7, "RAID %s\n",
803 raid_label[raid]);
/drivers/scsi/
H A Dgdth.h631 u8 raid; /* RAID-4/5/10 supported */ member in struct:__anon4302
H A Dgdth_proc.c227 ha->bfeat.raid ? 'R':'N',

Completed in 185 milliseconds