Searched refs:GV_PLEX_NEWBORN (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/geom/vinum/
H A Dgeom_vinum_subr.c309 if (!(p->flags & GV_PLEX_NEWBORN)) {
383 !(p->flags & GV_PLEX_NEWBORN) &&
537 else if (p->org == GV_PLEX_RAID5 && p->flags & GV_PLEX_NEWBORN) {
559 p->flags &= ~GV_PLEX_NEWBORN;
H A Dgeom_vinum_var.h339 #define GV_PLEX_NEWBORN 0x20 /* The plex was just created. */ macro
H A Dgeom_vinum_create.c215 p->flags |= GV_PLEX_NEWBORN;
292 if (!(p->flags & GV_PLEX_NEWBORN))

Completed in 160 milliseconds