Lines Matching defs:mntopts
225 "\timport [-o mntopts] [-o property=value] ... \n"
228 "\timport [-o mntopts] [-o property=value] ... \n"
266 return (gettext("\tsplit [-n] [-R altroot] [-o mntopts]\n"
1830 do_import(nvlist_t *config, const char *newname, const char *mntopts,
1895 zpool_enable_datasets(zhp, mntopts, 0) != 0) {
1906 * import [-o mntopts] [-o prop=value] ... [-R root] [-D]
1908 * import [-o mntopts] [-o prop=value] ... [-R root] [-D]
1958 char *mntopts = NULL;
2026 mntopts = optarg;
2226 err |= do_import(config, NULL, mntopts,
2276 argv[1], mntopts, props, flags);
3376 char *mntopts = NULL;
3410 mntopts = optarg;
3426 if (!flags.import && mntopts != NULL) {
3427 (void) fprintf(stderr, gettext("setting mntopts is only "
3477 zpool_enable_datasets(zhp, mntopts, 0) != 0) {