Lines Matching refs:optlist

79 		    struct vfsoptlist **optlist);
803 struct vfsoptlist *optlist; in vfs_donmount() local
814 error = vfs_buildopts(fsoptions, &optlist); in vfs_donmount()
818 if (vfs_getopt(optlist, "errmsg", (void **)&errmsg, &errmsg_len) == 0) in vfs_donmount()
819 errmsg_pos = vfs_getopt_pos(optlist, "errmsg"); in vfs_donmount()
827 error = vfs_getopt(optlist, "fstype", (void **)&fstype, &fstypelen); in vfs_donmount()
835 error = vfs_getopt(optlist, "fspath", (void **)&fspath, &fspathlen); in vfs_donmount()
863 TAILQ_FOREACH_SAFE(opt, optlist, link, tmp_opt) { in vfs_donmount()
976 vfs_freeopt(optlist, opt); in vfs_donmount()
997 error = vfs_domount(td, fstype, fspath, fsflags, jail_export, &optlist); in vfs_donmount()
1016 &optlist); in vfs_donmount()
1033 if (optlist != NULL) in vfs_donmount()
1034 vfs_freeopts(optlist); in vfs_donmount()
1116 struct vfsoptlist **optlist /* Options local to the filesystem. */ in vfs_domount_first() argument
1179 mp->mnt_optnew = *optlist; in vfs_domount_first()
1240 *optlist = NULL; in vfs_domount_first()
1307 struct vfsoptlist **optlist /* Options local to the filesystem. */ in vfs_domount_update() argument
1326 if (vfs_copyopt(*optlist, "export", &export, sizeof(export)) in vfs_domount_update()
1385 if (vfs_getopt(*optlist, "fsid", (void **)&fsid_up, in vfs_domount_update()
1395 vfs_deleteopt(*optlist, "fsid"); in vfs_domount_update()
1432 mp->mnt_optnew = *optlist; in vfs_domount_update()
1553 *optlist = NULL; in vfs_domount_update()
1590 struct vfsoptlist **optlist /* Options local to the filesystem. */ in vfs_domount() argument
1688 fsflags, optlist); in vfs_domount()
1693 optlist); in vfs_domount()