Searched refs:VF_CONFIG_SETUPSTATE (Results 1 – 3 of 3) sorted by relevance
299 VF_CONFIG_SETUPSTATE = 0x2000, /* set a vol up if all plexes empty */ enumerator
203 &&((vol->flags & VF_CONFIG_SETUPSTATE) == 0)) /* and we're not setting up state */ in give_plex_to_volume()1557 vol->flags |= VF_CONFIG_SETUPSTATE; /* set the volume up later on */ in config_volume()2068 VOL[volno].flags &= ~VF_CONFIG_SETUPSTATE; /* no more setupstate */ in updateconfig()
540 && (vol->flags & VF_CONFIG_SETUPSTATE)) { in update_plex_state()