Lines Matching refs:mnt_mntopts
1147 mntopts_t mnt_mntopts; in domount() local
1178 mnt_mntopts.mo_count = 0; in domount()
1256 vfs_copyopttbl(&vswp->vsw_optproto, &mnt_mntopts); in domount()
1279 vfs_parsemntopts(&mnt_mntopts, inargs, 0); in domount()
1285 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_REMOUNT, NULL, 0, 0); in domount()
1287 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_RO, NULL, 0, 0); in domount()
1289 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0); in domount()
1295 if (remount = vfs_optionisset_nolock(&mnt_mntopts, in domount()
1307 if (rdonly = vfs_optionisset_nolock(&mnt_mntopts, MNTOPT_RO, NULL)) { in domount()
1310 if (vfs_optionisset_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL)) { in domount()
1313 nbmand = vfs_optionisset_nolock(&mnt_mntopts, MNTOPT_NBMAND, NULL); in domount()
1501 if ((error = lofi_add(fsname, vfsp, &mnt_mntopts, uap)) != 0) { in domount()
1518 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0); in domount()
1621 &mnt_mntopts); in domount()
1623 vfs_swapopttbl_nolock(&mnt_mntopts, &tmp_mntopts); in domount()
1663 vfs_swapopttbl(&mnt_mntopts, &vfsp->vfs_mntopts); in domount()
1691 vfs_swapopttbl(&mnt_mntopts, &vfsp->vfs_mntopts); in domount()
1842 vfs_freeopttbl(&mnt_mntopts); in domount()