Searched refs:GV_PLEX_DEGRADED (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/geom/vinum/
H A Dgeom_vinum_volume.c96 if ((p->state > GV_PLEX_DEGRADED) ||
97 (p->state >= GV_PLEX_DEGRADED &&
106 (p->org == GV_PLEX_RAID5 && p->state < GV_PLEX_DEGRADED) ||
107 (p->org != GV_PLEX_RAID5 && p->state <= GV_PLEX_DEGRADED)) {
130 if (p->state < GV_PLEX_DEGRADED)
H A Dgeom_vinum_state.c319 case GV_PLEX_DEGRADED:
434 p->state = GV_PLEX_DEGRADED;
443 p->state = GV_PLEX_DEGRADED;
483 if (p->state > GV_PLEX_DEGRADED) {
489 (p->state == GV_PLEX_DEGRADED)) {
H A Dgeom_vinum_init.c115 if (p->state > GV_PLEX_DEGRADED) {
122 } else if (p->state == GV_PLEX_DEGRADED) {
H A Dgeom_vinum_var.h318 #define GV_PLEX_DEGRADED 2 macro
H A Dgeom_vinum_subr.c1268 if (!(flags & GV_FLAG_F) && ((p->state > GV_PLEX_DEGRADED) ||
1269 ((p->state == GV_PLEX_DEGRADED) && (s->state == GV_SD_UP)))) {

Completed in 98 milliseconds