Lines Matching defs:missing
115 * or in concert to recover missing data columns.
1586 * to failed or missing columns; we then make V|I square (n x n) and d|p
1593 * | 128 64 32 16 8 4 2 1 | <-----+-+-- missing disks
1693 * of the missing data.
1713 * Fill in the missing rows of interest.
1734 vdev_raidz_matrix_invert(raidz_row_t *rr, int n, int nmissing, int *missing,
1779 for (j = 0; j < missing[i]; j++) {
1782 ASSERT3U(rows[i][missing[i]], !=, 0);
1788 log = 255 - vdev_raidz_log2[rows[i][missing[i]]];
1799 ASSERT3U(rows[ii][missing[i]], !=, 0);
1801 log = vdev_raidz_log2[rows[ii][missing[i]]];
1818 if (j == missing[i]) {
1829 int *missing, uint8_t **invrows, const uint8_t *used)
1863 ASSERT(ccount >= rr->rr_col[missing[0]].rc_size || i > 0);
1868 cc = missing[j] + rr->rr_firstdatacol;
1952 * Figure out which data columns are missing.
1963 * Figure out which parity columns to use to help generate the missing
2022 * Reconstruct the missing data using the generated matrix.
3325 * -- reconstruct based on the missing data.