Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/vinum/
HDvinumstate.c63 &&(!(flags & setstate_force)) in set_drive_state()
132 if (!(flags & setstate_force) in set_sd_state()
140 ||(flags & setstate_force)) /* or we forced it */ in set_sd_state()
147 if (flags & setstate_force) /* forcing it, */ in set_sd_state()
200 && (flags & setstate_force))) in set_sd_state()
266 if (flags & setstate_force) /* insist, */ in set_sd_state()
281 if ((flags & setstate_force) == 0) /* no force? What's this? */ in set_sd_state()
287 if (flags & setstate_force) in set_sd_state()
351 && (!(flags & setstate_force))) in set_plex_state()
368 if ((flags & setstate_force) == 0) in set_plex_state()
[all …]
HDvinumioctl.c547 set_sd_state(sd->sdno, sd_stale, setstate_force); /* make sure it's stale */ in attachobject()
574 … set_sd_state(plex->sdnos[sdno], sd_stale, setstate_force); /* make it stale */ in attachobject()
649 setstate_force | setstate_configuring); in detachobject()
831 set_sd_state(sd->sdno, sd_stale, setstate_force); /* make the subdisk stale */ in moveobject()
HDvinumio.c139 set_drive_state(drive->driveno, drive_down, setstate_force); in set_drive_parms()
152 set_drive_state(drive->driveno, drive_up, setstate_force); /* our drive is accessible */ in set_drive_parms()
610 set_drive_state(driveno, drive_down, setstate_force); /* tell it what's what */ in daemon_save_config()
651 set_drive_state(drive->driveno, drive_down, setstate_force); in daemon_save_config()
HDvinumraid5.c416 … set_sd_state(sd->sdno, sd_stale, setstate_force); /* make it stale */ in bre5()
447 … set_sd_state(psd->sdno, sd_obsolete, setstate_force); /* it's obsolete now */ in bre5()
449 set_sd_state(psd->sdno, sd_stale, setstate_force); /* it's stale now */ in bre5()
HDvinuminterrupt.c104 set_sd_state(rqe->sdno, sd_crashed, setstate_force); /* subdisk is crashed */ in complete_rqe()
115 set_sd_state(rqe->sdno, sd_stale, setstate_force); /* subdisk is stale */ in complete_rqe()
138 setstate_force); in complete_rqe()
HDvinumrevive.c190 set_sd_state(sdno, sd_up, setstate_force); /* bring the sd up */ in revive_block()
572 set_sd_state(sdno, sd_initialized, setstate_force); /* bring the sd up */ in initsd()
HDvinumvar.h716 setstate_force = 1, /* force the state change */ enumerator
HDvinumrequest.c911 set_sd_state(sd->sdno, sd_stale, setstate_force); in sdio()
913 set_sd_state(sd->sdno, sd_crashed, setstate_force); in sdio()
HDvinumconfig.c393 set_sd_state(sd->sdno, sd_down, setstate_force); in give_sd_to_drive()
1794 … set_plex_state(plex->plexno, plex_faulty, setstate_force); /* need to reinitialize */ in remove_sd_entry()