Home
last modified time | relevance | path

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

/freebsd/sys/geom/
H A Dgeom_subr.c996 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()
H A Dgeom.h154 #define G_GEOM_ACCESS_WAIT 0x08 macro