Searched refs:nofailsync (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/geom/raid3/ |
| H A D | g_raid3_ctl.c | 102 int *failsync, *nofailsync; in g_raid3_ctl_configure() local 136 nofailsync = gctl_get_paraml(req, "nofailsync", sizeof(*nofailsync)); in g_raid3_ctl_configure() 137 if (nofailsync == NULL) { in g_raid3_ctl_configure() 141 if (*failsync && *nofailsync) { in g_raid3_ctl_configure() 177 if (!*autosync && !*noautosync && !*failsync && !*nofailsync && in g_raid3_ctl_configure() 210 if (*nofailsync) { in g_raid3_ctl_configure()
|
| /freebsd-14.2/sys/geom/mirror/ |
| H A D | g_mirror_ctl.c | 154 int *autosync, *noautosync, *failsync, *nofailsync, *hardcode, *dynamic; in g_mirror_ctl_configure() local 191 nofailsync = gctl_get_paraml(req, "nofailsync", sizeof(*nofailsync)); in g_mirror_ctl_configure() 192 if (nofailsync == NULL) { in g_mirror_ctl_configure() 234 if (*failsync && *nofailsync) { in g_mirror_ctl_configure() 271 *nofailsync || *hardcode || *dynamic || *slicep != -1 || in g_mirror_ctl_configure() 278 !*noautosync && !*failsync && !*nofailsync && !*hardcode && in g_mirror_ctl_configure() 310 if (*nofailsync) { in g_mirror_ctl_configure()
|