Searched refs:GV_PLEX_ADDED (Results 1 – 3 of 3) sorted by relevance
131 p->flags &= ~GV_PLEX_ADDED; in gv_parse_config()488 if (p->flags & GV_PLEX_ADDED) in gv_update_plex_config()542 state = (p->flags & GV_PLEX_ADDED) ? GV_PLEX_DOWN : GV_PLEX_UP; in gv_update_plex_config()544 p->flags &= ~GV_PLEX_ADDED; in gv_update_plex_config()545 } else if (p->flags & GV_PLEX_ADDED) { in gv_update_plex_config()549 p->flags &= ~GV_PLEX_ADDED; in gv_update_plex_config()
341 #define GV_PLEX_ADDED 0x01 /* Added to an existing volume. */ macro
210 p->flags |= GV_PLEX_ADDED; in gv_create_plex()