Lines Matching full:parity
39 * used parity columns for reconstruction.
340 * PARITY CALCULATION
342 * Macros *_SYNDROME are used for parity/syndrome calculation.
345 * the parity/syndrome if data column is shorter.
347 * P parity is calculated using raidz_add_abd().
354 * Generate P parity (RAIDZ1)
392 * Generate PQ parity (RAIDZ2)
395 * @c array of pointers to parity (code) columns
397 * @csize size of parity columns
427 * Generate PQ parity (RAIDZ2)
467 * Generate PQR parity (RAIDZ3)
470 * @c array of pointers to parity (code) columns
472 * @csize size of parity columns
505 * Generate PQR parity (RAIDZ3)
553 * Syndrome is calculated by generating parity using available data columns
554 * and zeros in places of erasure. Existing parity is added to corresponding
576 * parity data
599 * Reconstruct single data column using P parity
681 * Reconstruct single data column using Q parity
775 * Reconstruct single data column using R parity
871 * Reconstruct data using PQ parity and PQ syndromes
875 * @c parity columns
915 * Reconstruct two data columns using PQ parity
1032 * Reconstruct data using PR parity and PR syndromes
1036 * @c parity columns
1075 * Reconstruct two data columns using PR parity
1196 * Reconstruct data using QR parity and QR syndromes
1200 * @c parity columns
1242 * Reconstruct two data columns using QR parity
1367 * Reconstruct data using PRQ parity and PQR syndromes
1371 * @c parity columns
1429 * Reconstruct three data columns using PQR parity