Lines Matching refs:vfs_mntopts
223 const mntopts_t vfs_mntopts = { variable
1670 vfs_swapopttbl(&mnt_mntopts, &vfsp->vfs_mntopts); in domount()
1698 vfs_swapopttbl(&mnt_mntopts, &vfsp->vfs_mntopts); in domount()
1789 &vfsp->vfs_mntopts, inargs, optlen); in domount()
2371 vfs_clearmntopt_nolock(&vfsp->vfs_mntopts, opt, gotlock); in vfs_clearmntopt()
2457 vfs_setmntopt_nolock(&vfsp->vfs_mntopts, opt, arg, flags, gotlock); in vfs_setmntopt()
2530 mops = &vfsp->vfs_mntopts; in vfs_settag()
2592 if ((mop = vfs_hasopt(&vfsp->vfs_mntopts, tag)) == NULL) { in vfs_clrtag()
2600 vfs_clearmntopt_nolock(&vfsp->vfs_mntopts, tag, 1); in vfs_clrtag()
2720 ret = vfs_optionisset_nolock(&vfsp->vfs_mntopts, opt, argp); in vfs_optionisset()
2981 vfs_freeopttbl(&vfsp->vfs_mntopts); in vfs_freemnttab()