Home
last modified time | relevance | path

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

/freebsd-14.2/sys/geom/raid3/
H A Dg_raid3_ctl.c101 int *autosync, *noautosync; in g_raid3_ctl_configure() local
116 autosync = gctl_get_paraml(req, "autosync", sizeof(*autosync)); in g_raid3_ctl_configure()
117 if (autosync == NULL) { in g_raid3_ctl_configure()
126 if (*autosync && *noautosync) { in g_raid3_ctl_configure()
177 if (!*autosync && !*noautosync && !*failsync && !*nofailsync && in g_raid3_ctl_configure()
198 if (*autosync) { in g_raid3_ctl_configure()
/freebsd-14.2/sys/geom/mirror/
H A Dg_mirror_ctl.c154 int *autosync, *noautosync, *failsync, *nofailsync, *hardcode, *dynamic; in g_mirror_ctl_configure() local
176 autosync = gctl_get_paraml(req, "autosync", sizeof(*autosync)); in g_mirror_ctl_configure()
177 if (autosync == NULL) { in g_mirror_ctl_configure()
229 if (*autosync && *noautosync) { in g_mirror_ctl_configure()
270 if (do_priority && (*autosync || *noautosync || *failsync || in g_mirror_ctl_configure()
277 if (sc->sc_balance == balance && sc->sc_slice == slice && !*autosync && in g_mirror_ctl_configure()
298 if (*autosync) { in g_mirror_ctl_configure()