Searched defs:vfs_mntopts (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvfstab.h46 (vp)->vfs_mntopts = NULL)
56 (vp)->vfs_mntopts ? (vp)->vfs_mntopts : "-")
65 char *vfs_mntopts; member in struct:vfstab
H A Dvfs.h184 * vfs_mntopts fields in the vfs_t. mntpt and resource are refstr_ts that
215 mntopts_t vfs_mntopts; /* options mounted with */ member in struct:vfs
578 extern const mntopts_t vfs_mntopts; /* globally recognized options */
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c210 const mntopts_t vfs_mntopts = { variable
1632 vfs_swapopttbl(&mnt_mntopts, &vfsp->vfs_mntopts);
1660 vfs_swapopttbl(&mnt_mntopts, &vfsp->vfs_mntopts);
1746 &vfsp->vfs_mntopts, inargs, optlen);
2328 vfs_clearmntopt_nolock(&vfsp->vfs_mntopts, opt, gotlock);
2414 vfs_setmntopt_nolock(&vfsp->vfs_mntopts, opt, arg, flags, gotlock);
2487 mops = &vfsp->vfs_mntopts;
2549 if ((mop = vfs_hasopt(&vfsp->vfs_mntopts, tag)) == NULL) {
2557 vfs_clearmntopt_nolock(&vfsp->vfs_mntopts, tag, 1);
2677 ret = vfs_optionisset_nolock(&vfsp->vfs_mntopts, op
[all...]

Completed in 76 milliseconds