Home
last modified time | relevance | path

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

/freebsd-13.1/sys/geom/raid3/
H A Dg_raid3_ctl.c103 int *autosync, *noautosync; in g_raid3_ctl_configure() local
118 autosync = gctl_get_paraml(req, "autosync", sizeof(*autosync)); in g_raid3_ctl_configure()
119 if (autosync == NULL) { in g_raid3_ctl_configure()
128 if (*autosync && *noautosync) { in g_raid3_ctl_configure()
179 if (!*autosync && !*noautosync && !*failsync && !*nofailsync && in g_raid3_ctl_configure()
200 if (*autosync) { in g_raid3_ctl_configure()
/freebsd-13.1/sys/geom/mirror/
H A Dg_mirror_ctl.c156 int *autosync, *noautosync, *failsync, *nofailsync, *hardcode, *dynamic; in g_mirror_ctl_configure() local
178 autosync = gctl_get_paraml(req, "autosync", sizeof(*autosync)); in g_mirror_ctl_configure()
179 if (autosync == NULL) { in g_mirror_ctl_configure()
231 if (*autosync && *noautosync) { in g_mirror_ctl_configure()
272 if (do_priority && (*autosync || *noautosync || *failsync || in g_mirror_ctl_configure()
279 if (sc->sc_balance == balance && sc->sc_slice == slice && !*autosync && in g_mirror_ctl_configure()
300 if (*autosync) { in g_mirror_ctl_configure()