Lines Matching refs:mnt_mntopts
1154 mntopts_t mnt_mntopts; in domount() local
1185 mnt_mntopts.mo_count = 0; in domount()
1263 vfs_copyopttbl(&vswp->vsw_optproto, &mnt_mntopts); in domount()
1286 vfs_parsemntopts(&mnt_mntopts, inargs, 0); in domount()
1292 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_REMOUNT, NULL, 0, 0); in domount()
1294 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_RO, NULL, 0, 0); in domount()
1296 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0); in domount()
1302 if (remount = vfs_optionisset_nolock(&mnt_mntopts, in domount()
1314 if (rdonly = vfs_optionisset_nolock(&mnt_mntopts, MNTOPT_RO, NULL)) { in domount()
1317 if (vfs_optionisset_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL)) { in domount()
1320 nbmand = vfs_optionisset_nolock(&mnt_mntopts, MNTOPT_NBMAND, NULL); in domount()
1508 if ((error = lofi_add(fsname, vfsp, &mnt_mntopts, uap)) != 0) { in domount()
1525 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0); in domount()
1628 &mnt_mntopts); in domount()
1630 vfs_swapopttbl_nolock(&mnt_mntopts, &tmp_mntopts); in domount()
1670 vfs_swapopttbl(&mnt_mntopts, &vfsp->vfs_mntopts); in domount()
1698 vfs_swapopttbl(&mnt_mntopts, &vfsp->vfs_mntopts); in domount()
1854 vfs_freeopttbl(&mnt_mntopts); in domount()