Searched refs:G_MIRROR_DEVICE_FLAG_DESTROY (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/geom/mirror/
H A Dg_mirror.c1311 (sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
1323 (sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
1812 G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
1835 G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
2212 sc->sc_flags |= G_MIRROR_DEVICE_FLAG_DESTROY;
2239 sc->sc_flags |= G_MIRROR_DEVICE_FLAG_DESTROY;
2386 sc->sc_flags |= G_MIRROR_DEVICE_FLAG_DESTROY;
2798 KASSERT((sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) == 0,
2833 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0 ||
2987 sc->sc_flags |= G_MIRROR_DEVICE_FLAG_DESTROY;
[all...]
H A Dg_mirror.h159 #define G_MIRROR_DEVICE_FLAG_DESTROY 0x0100000000000000ULL macro
H A Dg_mirror_ctl.c59 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0)

Completed in 90 milliseconds