Searched refs:G_MIRROR_DEVICE_FLAG_CLOSEWAIT (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/geom/mirror/
H A Dg_mirror.h83 #define G_MIRROR_DEVICE_FLAG_CLOSEWAIT 0x0400000000000000ULL macro
H A Dg_mirror.c3042 KASSERT((sc->sc_flags & G_MIRROR_DEVICE_FLAG_CLOSEWAIT) != 0,
3070 (sc->sc_flags & G_MIRROR_DEVICE_FLAG_CLOSEWAIT) != 0 ||
3079 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_CLOSEWAIT) != 0 &&
3214 sc->sc_flags |= G_MIRROR_DEVICE_FLAG_CLOSEWAIT;

Completed in 115 milliseconds