Searched refs:nofailsync (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/geom/raid3/ |
| H A D | g_raid3_ctl.c | 104 int *failsync, *nofailsync; in g_raid3_ctl_configure() local 138 nofailsync = gctl_get_paraml(req, "nofailsync", sizeof(*nofailsync)); in g_raid3_ctl_configure() 139 if (nofailsync == NULL) { in g_raid3_ctl_configure() 143 if (*failsync && *nofailsync) { in g_raid3_ctl_configure() 179 if (!*autosync && !*noautosync && !*failsync && !*nofailsync && in g_raid3_ctl_configure() 212 if (*nofailsync) { 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 193 nofailsync = gctl_get_paraml(req, "nofailsync", sizeof(*nofailsync)); in g_mirror_ctl_configure() 194 if (nofailsync == NULL) { in g_mirror_ctl_configure() 236 if (*failsync && *nofailsync) { in g_mirror_ctl_configure() 273 *nofailsync || *hardcode || *dynamic || *slicep != -1 || in g_mirror_ctl_configure() 280 !*noautosync && !*failsync && !*nofailsync && !*hardcode && in g_mirror_ctl_configure() 312 if (*nofailsync) { in g_mirror_ctl_configure()
|