Home
last modified time | relevance | path

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

/freebsd/sys/geom/union/
H A Dg_union.h110 #define DOING_COMMIT 0x00000001 /* a commit command is in progress */ macro
H A Dg_union.c1319 if ((sc->sc_flags & DOING_COMMIT) != 0 || in g_union_destroy()