Searched refs:notrim (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/eli/ |
H A D | g_eli_ctl.c | 258 int *nargs, *detach, *noautoresize, *notrim; in g_eli_ctl_onetime() local 285 notrim = gctl_get_paraml(req, "notrim", sizeof(*notrim)); in g_eli_ctl_onetime() 286 if (notrim != NULL && *notrim) in g_eli_ctl_onetime() 394 int *nargs, *boot, *noboot, *trim, *notrim, *geliboot, *nogeliboot; in g_eli_ctl_configure() local 430 notrim = gctl_get_paraml(req, "notrim", sizeof(*notrim)); in g_eli_ctl_configure() 431 if (notrim == NULL) in g_eli_ctl_configure() 432 notrim = &zero; in g_eli_ctl_configure() 433 if (*trim && *notrim) { in g_eli_ctl_configure() 437 if (*trim || *notrim) in g_eli_ctl_configure() 518 if (*notrim && (sc->sc_flags & G_ELI_FLAG_NODELETE)) { in g_eli_ctl_configure() [all …]
|
/freebsd/lib/geom/eli/ |
H A D | geom_eli.c | 1227 bool autoresize, noautoresize, trim, notrim; in eli_configure() local 1244 notrim = gctl_get_int(req, "notrim"); in eli_configure() 1279 if (trim && notrim) { in eli_configure() 1285 else if (notrim) in eli_configure()
|