Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/geom/multipath/
Dg_multipath.c154 } else if (sc->sc_active_active != 1) { in g_multipath_fault()
167 if (sc->sc_active_active == 0 || in g_multipath_choose()
168 (sc->sc_active_active == 2 && bp->bio_cmd != BIO_READ)) in g_multipath_choose()
437 sc->sc_active_active = md->md_active_active; in g_multipath_create()
535 if (sc->sc_active_active != 1) in g_multipath_add_disk()
616 if (sc->sc_active_active != 1) in g_multipath_rotate()
925 if (!sc->sc_active_active) in g_multipath_ctl_prefer()
1047 sc->sc_active_active = 1; in g_multipath_ctl_configure()
1050 sc->sc_active_active = 2; in g_multipath_ctl_configure()
1053 sc->sc_active_active = 0; in g_multipath_ctl_configure()
[all …]
Dg_multipath.h54 int sc_active_active; /* Active/Active mode */ member