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

/freebsd-13-stable/sys/geom/raid3/
H A Dg_raid3_ctl.c103 int *autosync, *noautosync; local
118 autosync = gctl_get_paraml(req, "autosync", sizeof(*autosync));
119 if (autosync == NULL) {
120 gctl_error(req, "No '%s' argument.", "autosync");
128 if (*autosync && *noautosync) {
129 gctl_error(req, "'%s' and '%s' specified.", "autosync",
179 if (!*autosync && !*noautosync && !*failsync && !*nofailsync &&
200 if (*autosync) {
[all...]
/freebsd-13-stable/sys/geom/mirror/
H A Dg_mirror_ctl.c156 int *autosync, *noautosync, *failsync, *nofailsync, *hardcode, *dynamic; local
178 autosync = gctl_get_paraml(req, "autosync", sizeof(*autosync));
179 if (autosync == NULL) {
180 gctl_error(req, "No '%s' argument.", "autosync");
231 if (*autosync && *noautosync) {
232 gctl_error(req, "'%s' and '%s' specified.", "autosync",
272 if (do_priority && (*autosync || *noautosync || *failsync ||
279 if (sc->sc_balance == balance && sc->sc_slice == slice && !*autosync
[all...]

Completed in 109 milliseconds