Lines Matching refs:vfs_mntopts
214 const mntopts_t vfs_mntopts = { variable
1633 vfs_swapopttbl(&mnt_mntopts, &vfsp->vfs_mntopts); in domount()
1661 vfs_swapopttbl(&mnt_mntopts, &vfsp->vfs_mntopts); in domount()
1747 &vfsp->vfs_mntopts, inargs, optlen); in domount()
2329 vfs_clearmntopt_nolock(&vfsp->vfs_mntopts, opt, gotlock); in vfs_clearmntopt()
2415 vfs_setmntopt_nolock(&vfsp->vfs_mntopts, opt, arg, flags, gotlock); in vfs_setmntopt()
2488 mops = &vfsp->vfs_mntopts; in vfs_settag()
2550 if ((mop = vfs_hasopt(&vfsp->vfs_mntopts, tag)) == NULL) { in vfs_clrtag()
2558 vfs_clearmntopt_nolock(&vfsp->vfs_mntopts, tag, 1); in vfs_clrtag()
2678 ret = vfs_optionisset_nolock(&vfsp->vfs_mntopts, opt, argp); in vfs_optionisset()
2939 vfs_freeopttbl(&vfsp->vfs_mntopts); in vfs_freemnttab()