Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/vinum/
H A Dvinumstate.h54 volume_up, enumerator
57 volume_laststate = volume_up
H A Dvinum.c150 if ((vol->state == volume_up) in vinumattach()
397 case volume_up: in vinumopen()
501 case volume_up: in vinumclose()
566 if (vol->state == volume_up) { in vinumsize()
H A Dvinumstate.c404 if (state == volume_up) /* want to come up */ in set_volume_state()
591 vol->state = volume_up; in update_volume_state()
909 status = set_volume_state(objindex, volume_up, flags); in start_object()
910 if (VOL[objindex].state != volume_up) /* set status on whether we really did it */ in start_object()
H A Dvinumioctl.c341 if (vol->state != volume_up) { in vinumioctl()
664 &&((vol->state == volume_up) /* and the volume is up */ in detachobject()
H A Dvinumrequest.c154 if (vol->state != volume_up) { /* can't access this volume */ in vinumstrategy()
/dragonfly/sbin/vinum/
H A Dlist.c1186 &&(vol.state != volume_up)) { /* but it's not up */ in list_defective_objects()
H A Dcommands.c648 if (vol.state == volume_up) /* already up */ in vinum_start()