Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0125-fs-btrfs-Validate-the-number-of-stripes-parities-in-.patch4 Subject: [PATCH] fs/btrfs: Validate the number of stripes/parities in RAID5/6
22 * stripen is computed without the parities
/OK3568_Linux_fs/kernel/Documentation/driver-api/md/
H A Draid5-cache.rst107 data and data. If MD finds a stripe with data and valid parities (1 parity for
108 raid4/5 and 2 for raid6), MD will write the data and parities to RAID disks. If
109 parities are incompleted, they are discarded. If part of data is corrupted,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.c1018 u32 parities; in qed_int_deassertion() local
1024 parities = sb_attn_sw->parity_mask[i] & aeu_inv_arr[i] & en; in qed_int_deassertion()
1025 if (!parities) in qed_int_deassertion()
1032 !!(parities & BIT(bit_idx))) in qed_int_deassertion()