Lines Matching defs:mntopts
228 "\timport [-o mntopts] [-o property=value] ... \n"
231 "\timport [-o mntopts] [-o property=value] ... \n"
268 return (gettext("\tsplit [-n] [-R altroot] [-o mntopts]\n"
1855 do_import(nvlist_t *config, const char *newname, const char *mntopts,
1920 zpool_enable_datasets(zhp, mntopts, 0) != 0) {
1931 * import [-o mntopts] [-o prop=value] ... [-R root] [-D]
1933 * import [-o mntopts] [-o prop=value] ... [-R root] [-D]
1983 char *mntopts = NULL;
2051 mntopts = optarg;
2251 err |= do_import(config, NULL, mntopts,
2301 argv[1], mntopts, props, flags);
3401 char *mntopts = NULL;
3435 mntopts = optarg;
3451 if (!flags.import && mntopts != NULL) {
3452 (void) fprintf(stderr, gettext("setting mntopts is only "
3502 zpool_enable_datasets(zhp, mntopts, 0) != 0) {