Lines Matching defs:vfs_mntopts
224 const mntopts_t vfs_mntopts = {
1671 vfs_swapopttbl(&mnt_mntopts, &vfsp->vfs_mntopts);
1699 vfs_swapopttbl(&mnt_mntopts, &vfsp->vfs_mntopts);
1790 &vfsp->vfs_mntopts, inargs, optlen);
2372 vfs_clearmntopt_nolock(&vfsp->vfs_mntopts, opt, gotlock);
2458 vfs_setmntopt_nolock(&vfsp->vfs_mntopts, opt, arg, flags, gotlock);
2531 mops = &vfsp->vfs_mntopts;
2593 if ((mop = vfs_hasopt(&vfsp->vfs_mntopts, tag)) == NULL) {
2601 vfs_clearmntopt_nolock(&vfsp->vfs_mntopts, tag, 1);
2721 ret = vfs_optionisset_nolock(&vfsp->vfs_mntopts, opt, argp);
2982 vfs_freeopttbl(&vfsp->vfs_mntopts);