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

/freebsd-13-stable/sys/geom/mirror/
H A Dg_mirror.c619 disk->d_softc->sc_bump_id |= G_MIRROR_BUMP_SYNCID;
951 sc->sc_bump_id |= G_MIRROR_BUMP_SYNCID;
1736 if ((sc->sc_bump_id & G_MIRROR_BUMP_SYNCID) != 0) {
1737 sc->sc_bump_id &= ~G_MIRROR_BUMP_SYNCID;
2425 sc->sc_bump_id |= G_MIRROR_BUMP_SYNCID;
2457 sc->sc_bump_id |= G_MIRROR_BUMP_SYNCID;
2598 sc->sc_bump_id |= G_MIRROR_BUMP_SYNCID;
2610 sc->sc_bump_id |= G_MIRROR_BUMP_SYNCID;
2836 if ((sc->sc_bump_id & G_MIRROR_BUMP_SYNCID) != 0)
2837 sc->sc_bump_id &= ~G_MIRROR_BUMP_SYNCID;
[all...]
H A Dg_mirror.h165 #define G_MIRROR_BUMP_SYNCID 0x1 macro
H A Dg_mirror_ctl.c980 sc->sc_bump_id |= G_MIRROR_BUMP_SYNCID;

Completed in 111 milliseconds