Lines Matching refs:mntopts
53 char *fstype, char *mntopts, char *time);
75 free(headp->mntopts);
160 char *mntopts, char *time, boolean_t find_overlays, int *errp) {
176 mntopts, time);
570 newp->mntopts = strdup(mnttab_entry.mnt_mntopts);
571 if (newp->mntopts == NULL) {
630 newp->mntopts = strdup(mnttab_entry.mnt_mntopts);
631 if (newp->mntopts == NULL) {
656 create_mnttab_filter(char *resource, char *mountp, char *fstype, char *mntopts,
704 if (mntopts != NULL) {
705 search_entry->mnt_mntopts = strdup(mntopts);
790 dev_id = fs_parse_optlist_for_option(mnt_list->mntopts,
803 tmp->mntopts, "dev=", errp);