Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/vinum/
HDvinumstate.c134 && (sd->state != sd_reborn)) in set_sd_state()
156 case sd_reborn: in set_sd_state()
167 if (oldstate != sd_reborn) { in set_sd_state()
168 sd->state = sd_reborn; /* here it is again */ in set_sd_state()
438 sd->state = sd_reborn; /* back up again with no loss */ in update_sd_state()
447 case sd_reborn: in update_sd_state()
676 case sd_reborn: in checksdstate()
744 case sd_reborn: in sdstatemap()
835 case sd_reborn: in invalidate_subdisks()
HDvinumstate.h233 sd_reborn, enumerator
HDvinumraid5.c363 if (SD[plex->sdnos[m.psdno]].state < sd_reborn) /* is our parity subdisk down? */ in bre5()
374 if (SD[plex->sdnos[mysdno]].state < sd_reborn) { /* got a bad subdisk, */ in bre5()
415 if (sd->state >= sd_reborn) /* sort of up, */ in bre5()