Searched refs:parity_untried (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c1521 int parity_untried; local
1573 parity_untried = 0;
1596 parity_untried++;
1617 if (total_errors <= rm->rm_firstdatacol - parity_untried) {
1628 if (parity_errors + parity_untried <
1645 ASSERT(parity_untried == 0);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c2097 int parity_untried = 0; local
2125 parity_untried++;
2165 if (total_errors <= rm->rm_firstdatacol - parity_untried) {
2176 if (parity_errors + parity_untried <
2194 ASSERT(parity_untried == 0);

Completed in 53 milliseconds