Searched refs:G_GEOM_ACCESS_WAIT (Results 1 – 2 of 2) sorted by relevance
996 gp->flags |= G_GEOM_ACCESS_WAIT; in g_access()1048 if ((gp->flags & G_GEOM_ACCESS_WAIT) != 0) { in g_access()1049 gp->flags &= ~G_GEOM_ACCESS_WAIT; in g_access()
154 #define G_GEOM_ACCESS_WAIT 0x08 macro