Home
last modified time | relevance | path

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

/freebsd/sys/geom/multipath/
H A Dg_multipath.c174 } else if (sc->sc_active_active != 1) { in g_multipath_fault()
187 if (sc->sc_active_active == 0 || in g_multipath_choose()
188 (sc->sc_active_active == 2 && bp->bio_cmd != BIO_READ)) in g_multipath_choose()
329 md.md_active_active = sc->sc_active_active; in g_multipath_resize()
557 sc->sc_active_active = md->md_active_active; in g_multipath_create()
657 if (sc->sc_active_active != 1) in g_multipath_add_disk()
736 if (sc->sc_active_active != 1) in g_multipath_rotate()
1073 if (!sc->sc_active_active) in g_multipath_ctl_prefer()
1192 sc->sc_active_active = 1; in g_multipath_ctl_configure()
1195 sc->sc_active_active = 2; in g_multipath_ctl_configure()
[all …]
H A Dg_multipath.h55 int sc_active_active; /* Active/Active mode */ member