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

/freebsd-12-stable/sys/geom/mirror/
H A Dg_mirror.c1396 (sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
1403 (sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
1930 G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
1956 G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
2382 sc->sc_flags |= G_MIRROR_DEVICE_FLAG_DESTROY;
2409 sc->sc_flags |= G_MIRROR_DEVICE_FLAG_DESTROY;
2559 sc->sc_flags |= G_MIRROR_DEVICE_FLAG_DESTROY;
2983 KASSERT((sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) == 0,
3012 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0 ||
3150 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) !
[all...]
H A Dg_mirror.h166 #define G_MIRROR_DEVICE_FLAG_DESTROY 0x0100000000000000ULL macro
H A Dg_mirror_ctl.c57 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0)
467 (sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {

Completed in 75 milliseconds