Lines Matching refs:mntopts
51 char *fstype, char *mntopts, char *time);
73 free(headp->mntopts); in fs_free_mount_list()
158 char *mntopts, char *time, boolean_t find_overlays, int *errp) { in fs_get_filtered_mount_list() argument
174 mntopts, time); in fs_get_filtered_mount_list()
568 newp->mntopts = strdup(mnttab_entry.mnt_mntopts); in create_mntlist_entry()
569 if (newp->mntopts == NULL) { in create_mntlist_entry()
628 newp->mntopts = strdup(mnttab_entry.mnt_mntopts); in create_extmntlist_entry()
629 if (newp->mntopts == NULL) { in create_extmntlist_entry()
654 create_mnttab_filter(char *resource, char *mountp, char *fstype, char *mntopts, in create_mnttab_filter() argument
702 if (mntopts != NULL) { in create_mnttab_filter()
703 search_entry->mnt_mntopts = strdup(mntopts); in create_mnttab_filter()
788 dev_id = fs_parse_optlist_for_option(mnt_list->mntopts, in find_overlayed_filesystems()
801 tmp->mntopts, "dev=", errp); in find_overlayed_filesystems()