Lines Matching defs:mntopts
222 "\timport [-o mntopts] [-o property=value] ... \n"
225 "\timport [-o mntopts] [-o property=value] ... \n"
261 return (gettext("\tsplit [-n] [-R altroot] [-o mntopts]\n"
1682 do_import(nvlist_t *config, const char *newname, const char *mntopts,
1747 zpool_enable_datasets(zhp, mntopts, 0) != 0) {
1758 * import [-o mntopts] [-o prop=value] ... [-R root] [-D]
1760 * import [-o mntopts] [-o prop=value] ... [-R root] [-D]
1810 char *mntopts = NULL;
1878 mntopts = optarg;
2078 err |= do_import(config, NULL, mntopts,
2128 argv[1], mntopts, props, flags);
3228 char *mntopts = NULL;
3262 mntopts = optarg;
3278 if (!flags.import && mntopts != NULL) {
3279 (void) fprintf(stderr, gettext("setting mntopts is only "
3329 zpool_enable_datasets(zhp, mntopts, 0) != 0) {