Searched refs:autosync (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/geom/raid3/ |
| HD | g_raid3_ctl.c | 102 int *autosync, *noautosync; in g_raid3_ctl_configure() local 117 autosync = gctl_get_paraml(req, "autosync", sizeof(*autosync)); in g_raid3_ctl_configure() 118 if (autosync == NULL) { in g_raid3_ctl_configure() 127 if (*autosync && *noautosync) { in g_raid3_ctl_configure() 178 if (!*autosync && !*noautosync && !*failsync && !*nofailsync && in g_raid3_ctl_configure() 199 if (*autosync) { in g_raid3_ctl_configure()
|
| /trueos/sys/geom/mirror/ |
| HD | g_mirror_ctl.c | 102 int *autosync, *noautosync, *failsync, *nofailsync, *hardcode, *dynamic; in g_mirror_ctl_configure() local 124 autosync = gctl_get_paraml(req, "autosync", sizeof(*autosync)); in g_mirror_ctl_configure() 125 if (autosync == NULL) { in g_mirror_ctl_configure() 177 if (*autosync && *noautosync) { in g_mirror_ctl_configure() 218 if (do_priority && (*autosync || *noautosync || *failsync || in g_mirror_ctl_configure() 225 if (sc->sc_balance == balance && sc->sc_slice == slice && !*autosync && in g_mirror_ctl_configure() 246 if (*autosync) { in g_mirror_ctl_configure()
|