/Linux-v6.1/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 309 struct MR_LD_RAID *raid; in MR_ValidateMapInfo() local 364 raid = MR_LdRaidGet(ld, drv_map); in MR_ValidateMapInfo() 365 le32_to_cpus((u32 *)&raid->capability); in MR_ValidateMapInfo() 378 struct MR_LD_RAID *raid = MR_LdRaidGet(ld, map); in MR_GetSpanBlock() local 381 for (span = 0; span < raid->spanDepth; span++, pSpanBlock++) { in MR_GetSpanBlock() 395 blk = (blk + le64_to_cpu(quad->offsetInSpan)) << raid->stripeShift; in MR_GetSpanBlock() 427 struct MR_LD_RAID *raid = MR_LdRaidGet(ld, map); in mr_spanset_get_span_block() local 442 for (span = 0; span < raid->spanDepth; span++) in mr_spanset_get_span_block() 460 << raid->stripeShift; in mr_spanset_get_span_block() 490 struct MR_LD_RAID *raid = MR_LdRaidGet(ld, map); in get_row_from_strip() local [all …]
|
D | megaraid_sas_fusion.c | 1492 struct MR_LD_RAID *raid; in megasas_sync_map_info() local 1528 raid = MR_LdRaidGet(i, map); in megasas_sync_map_info() 1530 ld_sync->seqNum = raid->seqNum; in megasas_sync_map_info() 2386 struct MR_LD_RAID *raid; in megasas_set_pd_lba() local 2395 raid = MR_LdRaidGet(ld, local_map_ptr); in megasas_set_pd_lba() 2396 if (raid->capability.ldPiMode == MR_PROT_INFO_TYPE_CONTROLLER) { in megasas_set_pd_lba() 2646 struct MR_LD_RAID *raid, bool fp_possible, in megasas_set_raidflag_cpu_affinity() argument 2655 if ((raid->cpuAffinity.pdRead.cpu0) && in megasas_set_raidflag_cpu_affinity() 2656 (raid->cpuAffinity.pdRead.cpu1)) in megasas_set_raidflag_cpu_affinity() 2658 else if (raid->cpuAffinity.pdRead.cpu1) in megasas_set_raidflag_cpu_affinity() [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/broadcom/stingray/ |
D | stingray-fs4.dtsi | 55 raid0: raid@0 { 63 raid1: raid@1 { 71 raid2: raid@2 { 79 raid3: raid@3 { 87 raid4: raid@4 { 95 raid5: raid@5 { 103 raid6: raid@6 { 111 raid7: raid@7 {
|
/Linux-v6.1/Documentation/filesystems/ |
D | ntfs.rst | 35 For fault tolerance and raid support (i.e. volume and stripe sets), you can 250 the recommended one to use for linear raid. But the latter is required for 251 raid level 5. For striping and mirroring, either driver should work fine. 261 Linear volume sets, i.e. linear raid, has been tested and works fine. Even 262 though untested, there is no reason why stripe sets, i.e. raid level 0, and 263 mirrors, i.e. raid level 1 should not work, too. Stripes with parity, i.e. 264 raid level 5, unfortunately cannot work yet because the current version of the 265 Device-Mapper driver does not support raid level 5. You may be able to use the 266 Software RAID / MD driver for raid level 5, see the next section for details. 326 For a linear raid the table would look like this (note all values are in [all …]
|
D | btrfs.rst | 26 * Integrated multiple device support, with several raid algorithms
|
/Linux-v6.1/Documentation/admin-guide/device-mapper/ |
D | dm-raid.rst | 2 dm-raid 5 The device-mapper RAID (dm-raid) target provides a bridge from DM to MD. 12 The target is named "raid" and it accepts the following parameters:: 175 value) to any reshape supporting raid levels 4/5/6 and 10. 189 E.g. when adding devices to an existing raid set during 191 at the beginning of each raid device. The kernel raid4/5/6/10 202 This option adds a journal device to raid4/5/6 raid sets and 211 This option sets the caching mode on journaled raid4/5/6 raid sets 238 0 1960893648 raid \ 246 0 1960893648 raid \ [all …]
|
D | index.rst | 22 dm-raid
|
D | dm-ima.rst | 335 #. raid 567 7. raid 570 section above) has the following data format for 'raid' target. 577 target_name := "target_name=raid" 592 When a 'raid' target is loaded, then IMA ASCII measurement log will have an entry 593 similar to the following, depicting what 'raid' attributes are measured in EVENT_DATA 599 target_index=0,target_begin=0,target_len=2048,target_name=raid,target_version=1.15.1,
|
/Linux-v6.1/drivers/staging/r8188eu/hal/ |
D | usb_halinit.c | 942 u8 networkType, raid; in UpdateHalRAMask8188EUsb() local 961 raid = networktype_to_raid(networkType); in UpdateHalRAMask8188EUsb() 973 raid = networktype_to_raid(networkType); in UpdateHalRAMask8188EUsb() 979 raid = networktype_to_raid(networkType); in UpdateHalRAMask8188EUsb() 994 mask |= ((raid << 28) & 0xf0000000); in UpdateHalRAMask8188EUsb() 996 mask |= ((raid << 28) & 0xf0000000); in UpdateHalRAMask8188EUsb() 1003 raid, in UpdateHalRAMask8188EUsb() 1009 psta->raid = raid; in UpdateHalRAMask8188EUsb()
|
D | rtl8188e_cmd.c | 131 u8 macid, raid, short_gi_rate = false; in rtl8188e_Add_RateATid() local 135 raid = (bitmap >> 28) & 0x0f; in rtl8188e_Add_RateATid() 141 bitmap |= ((raid << 28) & 0xf0000000); in rtl8188e_Add_RateATid() 145 raid = (bitmap >> 28) & 0x0f; in rtl8188e_Add_RateATid() 149 ODM_RA_UpdateRateInfo_8188E(&haldata->odmpriv, macid, raid, bitmap, short_gi_rate); in rtl8188e_Add_RateATid()
|
D | rtl8188eu_xmit.c | 189 ptxdesc->txdw1 |= cpu_to_le32((pattrib->raid << RATE_ID_SHT) & 0x000F0000); in update_txdesc() 249 ptxdesc->txdw1 |= cpu_to_le32((pattrib->raid << RATE_ID_SHT) & 0x000f0000); in update_txdesc()
|
/Linux-v6.1/drivers/staging/r8188eu/core/ |
D | rtw_ap.c | 310 unsigned char sta_band = 0, raid, shortGIrate = false; in add_RATid() local 356 raid = networktype_to_raid(sta_band); in add_RATid() 369 tx_ra_bitmap |= ((raid << 28) & 0xf0000000); in add_RATid() 381 psta->raid = raid; in add_RATid() 389 unsigned char network_type, raid; in update_bmc_sta() local 428 raid = networktype_to_raid(network_type); in update_bmc_sta() 439 tx_ra_bitmap |= ((raid << 28) & 0xf0000000); in update_bmc_sta() 448 psta->raid = raid; in update_bmc_sta()
|
D | rtw_wlan_util.c | 75 unsigned char raid; in networktype_to_raid() local 79 raid = RATR_INX_WIRELESS_B; in networktype_to_raid() 82 raid = RATR_INX_WIRELESS_G; in networktype_to_raid() 85 raid = RATR_INX_WIRELESS_GB; in networktype_to_raid() 88 raid = RATR_INX_WIRELESS_N; in networktype_to_raid() 91 raid = RATR_INX_WIRELESS_NG; in networktype_to_raid() 94 raid = RATR_INX_WIRELESS_NGB; in networktype_to_raid() 97 raid = RATR_INX_WIRELESS_GB; in networktype_to_raid() 100 return raid; in networktype_to_raid()
|
/Linux-v6.1/Documentation/admin-guide/ |
D | md.rst | 8 https://www.kernel.org/pub/linux/utils/raid/ 14 for old raid arrays without persistent superblocks:: 16 md=<md device no.>,<raid level>,<chunk size factor>,<fault level>,dev0,dev1,...,devn 18 for raid arrays with persistent superblocks:: 41 ``raid level`` 47 ``raid level`` level 58 (raid-0 and raid-1 only) 83 ``raid=noautodetect``. As of kernel 2.6.9, only drives with a type 0 86 The kernel parameter ``raid=partitionable`` (or ``raid=part``) means 110 So, to boot with a root filesystem of a dirty degraded raid 5 or 6, use:: [all …]
|
/Linux-v6.1/Documentation/scsi/ |
D | arcmsr_spec.rst | 226 The following are command code defined in raid controller Command 414 Quick create raid/volume set 420 byte 7 raid level 423 byte 10/11/12/13 device mask (the devices to create raid/volume) 519 BYTE gpdRaidNumber; // 0xff if not belongs to a raid set 767 9:new raid level, 774 Activate incomplete raid set 810 byte 28 raid level 834 byte 28 new raid level
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-dev | 21 Users: mdadm <linux-raid@vger.kernel.org>
|
/Linux-v6.1/drivers/scsi/esas2r/ |
D | esas2r_int.c | 803 if (ae->raid.dwflags & (VDAAE_GROUP_STATE in esas2r_ae_complete() 809 ae->raid.acname, in esas2r_ae_complete() 810 ae->raid.byrebuild_state, in esas2r_ae_complete() 811 ae->raid.bygroup_state); in esas2r_ae_complete()
|
/Linux-v6.1/drivers/staging/rtl8723bs/core/ |
D | rtw_wlan_util.c | 49 u8 raid; in networktype_to_raid_ex() local 53 raid = RATEID_IDX_B; in networktype_to_raid_ex() 56 raid = RATEID_IDX_G; in networktype_to_raid_ex() 59 raid = RATEID_IDX_BG; in networktype_to_raid_ex() 63 raid = RATEID_IDX_GN_N1SS; in networktype_to_raid_ex() 68 raid = RATEID_IDX_BGN_20M_1SS_BN; in networktype_to_raid_ex() 70 raid = RATEID_IDX_BGN_40M_1SS; in networktype_to_raid_ex() 74 raid = RATEID_IDX_BGN_40M_2SS; in networktype_to_raid_ex() 77 return raid; in networktype_to_raid_ex()
|
/Linux-v6.1/include/uapi/linux/ |
D | edd.h | 156 } __attribute__ ((packed)) raid; member
|
/Linux-v6.1/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 330 void rtl8723b_set_FwMacIdConfig_cmd(struct adapter *padapter, u8 mac_id, u8 raid, u8 bw, u8 sgi, u3… in rtl8723b_set_FwMacIdConfig_cmd() argument 335 SET_8723B_H2CCMD_MACID_CFG_RAID(u1H2CMacIdConfigParm, raid); in rtl8723b_set_FwMacIdConfig_cmd() 741 u8 raid = arg[1]; in rtl8723b_Add_RateATid() local 755 rtl8723b_set_FwMacIdConfig_cmd(padapter, mac_id, raid, bw, shortGI, mask); in rtl8723b_Add_RateATid()
|
/Linux-v6.1/lib/raid6/ |
D | vpermxor.uc | 23 #include <linux/raid/pq.h>
|
D | altivec.uc | 25 #include <linux/raid/pq.h>
|
/Linux-v6.1/drivers/dma/ |
D | Makefile | 24 obj-$(CONFIG_BCM_SBA_RAID) += bcm-sba-raid.o
|
/Linux-v6.1/Documentation/driver-api/md/ |
D | raid5-cache.rst | 62 filesystems) right after the data hits cache disk. The data is flushed to raid 94 from raid disks as usual.
|
/Linux-v6.1/fs/btrfs/ |
D | sysfs.c | 663 BTRFS_ATTR(raid, total_bytes, raid_bytes_show); 664 BTRFS_ATTR(raid, used_bytes, raid_bytes_show); 677 if (&attr->attr == BTRFS_ATTR_PTR(raid, total_bytes)) in raid_bytes_show() 692 BTRFS_ATTR_PTR(raid, total_bytes), 693 BTRFS_ATTR_PTR(raid, used_bytes), 696 ATTRIBUTE_GROUPS(raid);
|