Searched refs:optlist (Results 1 – 4 of 4) sorted by relevance
626 struct vfsoptlist *optlist; in vfs_donmount() local637 error = vfs_buildopts(fsoptions, &optlist); in vfs_donmount()642 errmsg_pos = vfs_getopt_pos(optlist, "errmsg"); in vfs_donmount()774 vfs_freeopt(optlist, opt); in vfs_donmount()816 if (optlist != NULL) in vfs_donmount()817 vfs_freeopts(optlist); in vfs_donmount()958 mp->mnt_optnew = *optlist; in vfs_domount_first()1018 *optlist = NULL; in vfs_domount_first()1145 mp->mnt_optnew = *optlist; in vfs_domount_update()1255 *optlist = NULL; in vfs_domount_update()[all …]
568 char *optlist, *optptr; in get_media_options() local572 optlist = strdup(val); in get_media_options()573 if (optlist == NULL) in get_media_options()588 optptr = optlist; in get_media_options()601 free(optlist); in get_media_options()
195 static const struct optlist ipopts[] = {219 static const struct optlist ip6exthdr[] = {236 static const struct optlist secopt[] = {1687 const struct optlist *op;1892 const struct optlist *sp;
1085 typedef struct optlist { struct