Lines Matching refs:vfs_mntopts
217 const mntopts_t vfs_mntopts = { variable
1663 vfs_swapopttbl(&mnt_mntopts, &vfsp->vfs_mntopts); in domount()
1691 vfs_swapopttbl(&mnt_mntopts, &vfsp->vfs_mntopts); in domount()
1777 &vfsp->vfs_mntopts, inargs, optlen); in domount()
2359 vfs_clearmntopt_nolock(&vfsp->vfs_mntopts, opt, gotlock); in vfs_clearmntopt()
2445 vfs_setmntopt_nolock(&vfsp->vfs_mntopts, opt, arg, flags, gotlock); in vfs_setmntopt()
2518 mops = &vfsp->vfs_mntopts; in vfs_settag()
2580 if ((mop = vfs_hasopt(&vfsp->vfs_mntopts, tag)) == NULL) { in vfs_clrtag()
2588 vfs_clearmntopt_nolock(&vfsp->vfs_mntopts, tag, 1); in vfs_clrtag()
2708 ret = vfs_optionisset_nolock(&vfsp->vfs_mntopts, opt, argp); in vfs_optionisset()
2969 vfs_freeopttbl(&vfsp->vfs_mntopts); in vfs_freemnttab()