Home
last modified time | relevance | path

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

/freebsd/sys/geom/raid3/
H A Dg_raid3_ctl.c100 int *autosync, *noautosync; in g_raid3_ctl_configure() local
115 autosync = gctl_get_paraml(req, "autosync", sizeof(*autosync)); in g_raid3_ctl_configure()
116 if (autosync == NULL) { in g_raid3_ctl_configure()
125 if (*autosync && *noautosync) { in g_raid3_ctl_configure()
176 if (!*autosync && !*noautosync && !*failsync && !*nofailsync && in g_raid3_ctl_configure()
197 if (*autosync) { in g_raid3_ctl_configure()
/freebsd/sys/geom/mirror/
H A Dg_mirror_ctl.c153 int *autosync, *noautosync, *failsync, *nofailsync, *hardcode, *dynamic; in g_mirror_ctl_configure() local
175 autosync = gctl_get_paraml(req, "autosync", sizeof(*autosync)); in g_mirror_ctl_configure()
176 if (autosync == NULL) { in g_mirror_ctl_configure()
228 if (*autosync && *noautosync) { in g_mirror_ctl_configure()
269 if (do_priority && (*autosync || *noautosync || *failsync || in g_mirror_ctl_configure()
276 if (sc->sc_balance == balance && sc->sc_slice == slice && !*autosync && in g_mirror_ctl_configure()
297 if (*autosync) { in g_mirror_ctl_configure()