Home
last modified time | relevance | path

Searched refs:G_GEOM_IN_ACCESS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/geom/
H A Dgeom_subr.c992 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()
H A Dgeom.h153 #define G_GEOM_IN_ACCESS 0x04 macro