ntfail 235 dev/raidframe/rf_evenodd.c unsigned ntfail = npfail + ndfail;
ntfail 238 dev/raidframe/rf_evenodd.c if (ntfail > 2) {
ntfail 260 dev/raidframe/rf_evenodd.c if (ntfail == 2) { /* Also lost redundancy. */
ntfail 290 dev/raidframe/rf_evenodd.c switch (ntfail) {
ntfail 117 dev/raidframe/rf_pq.c unsigned ntfail = npfail + ndfail;
ntfail 120 dev/raidframe/rf_pq.c if (ntfail > 2) {
ntfail 142 dev/raidframe/rf_pq.c if (ntfail == 2) { /* Also lost redundancy. */
ntfail 173 dev/raidframe/rf_pq.c switch (ntfail) {