Searched refs:G_GEOM_IN_ACCESS (Results 1 – 2 of 2) sorted by relevance
992 while ((gp->flags & G_GEOM_IN_ACCESS) != 0) { in g_access()1037 gp->flags |= G_GEOM_IN_ACCESS; in g_access()1045 gp->flags &= ~G_GEOM_IN_ACCESS; in g_access()
153 #define G_GEOM_IN_ACCESS 0x04 macro