VF_CREATED
if (update && ((vol->flags & VF_CREATED) == 0)) /* this volume exists already */
vol->flags &= ~VF_CREATED; /* it exists now */
vol->flags |= VF_NEWBORN | VF_CREATED; /* newly born volume */