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

/freebsd-13-stable/sys/geom/mirror/
H A Dg_mirror.c1423 (sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
1430 (sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
1958 G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
1984 G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
2480 sc->sc_flags |= G_MIRROR_DEVICE_FLAG_DESTROY;
2507 sc->sc_flags |= G_MIRROR_DEVICE_FLAG_DESTROY;
2620 sc->sc_flags |= G_MIRROR_DEVICE_FLAG_DESTROY;
3040 KASSERT((sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) == 0,
3069 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0 ||
3222 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) !
[all...]
H A Dg_mirror_ctl.c62 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0)
68 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
518 (sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
H A Dg_mirror.h81 #define G_MIRROR_DEVICE_FLAG_DESTROY 0x0100000000000000ULL macro

Completed in 169 milliseconds