Home
last modified time | relevance | path

Searched refs:sc_active_active (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/geom/multipath/
Dg_multipath.c175 } else if (sc->sc_active_active != 1) { in g_multipath_fault()
188 if (sc->sc_active_active == 0 || in g_multipath_choose()
189 (sc->sc_active_active == 2 && bp->bio_cmd != BIO_READ)) in g_multipath_choose()
330 md.md_active_active = sc->sc_active_active; in g_multipath_resize()
559 sc->sc_active_active = md->md_active_active; in g_multipath_create()
660 if (sc->sc_active_active != 1) in g_multipath_add_disk()
739 if (sc->sc_active_active != 1) in g_multipath_rotate()
1073 if (!sc->sc_active_active) in g_multipath_ctl_prefer()
1194 sc->sc_active_active = 1; in g_multipath_ctl_configure()
1197 sc->sc_active_active = 2; in g_multipath_ctl_configure()
[all …]
Dg_multipath.h57 int sc_active_active; /* Active/Active mode */ member