Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/vinum/
H A Dvinumrevive.c69 int paritysd = 0; /* set if this is the parity stripe */ in revive_block() local
121 paritysd = plex->sdnos[psd] == sdno; /* note if it's the parity subdisk */ in revive_block()
129 else if (paritysd) in revive_block()
137 if (paritysd) { /* we're reviving a parity block, */ in revive_block()