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

/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3_ctl.c103 int *failsync, *nofailsync; local
137 nofailsync = gctl_get_paraml(req, "nofailsync", sizeof(*nofailsync));
138 if (nofailsync == NULL) {
139 gctl_error(req, "No '%s' argument.", "nofailsync");
142 if (*failsync && *nofailsync) {
144 "nofailsync");
178 if (!*autosync && !*noautosync && !*failsync && !*nofailsync &&
211 if (*nofailsync) {
[all...]
/freebsd-11-stable/sys/geom/mirror/
H A Dg_mirror_ctl.c96 int *autosync, *noautosync, *failsync, *nofailsync, *hardcode, *dynamic; local
133 nofailsync = gctl_get_paraml(req, "nofailsync", sizeof(*nofailsync));
134 if (nofailsync == NULL) {
135 gctl_error(req, "No '%s' argument.", "nofailsync");
176 if (*failsync && *nofailsync) {
178 "nofailsync");
213 *nofailsync || *hardcode || *dynamic || *slicep != -1 ||
220 !*noautosync && !*failsync && !*nofailsync
[all...]

Completed in 56 milliseconds