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