Searched refs:autosync (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/geom/raid3/ |
| H A D | g_raid3_ctl.c | 103 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 D | g_mirror_ctl.c | 156 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()
|