Home
last modified time | relevance | path

Searched refs:vfs_hasopt (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dvfs.h510 struct mntopt *vfs_hasopt(const mntopts_t *, const char *);
/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c2290 if (vfs_hasopt(omo, imo->mo_list[i].mo_name) == NULL) in vfs_mergeopttbl()
2302 if ((mop = vfs_hasopt(omo, imo->mo_list[i].mo_name)) != NULL) { in vfs_mergeopttbl()
2399 if (vfs_hasopt(mops, opt) != NULL) { in vfs_setmntopt_nolock()
2534 if ((mop = vfs_hasopt(mops, tag)) == NULL) { in vfs_settag()
2592 if ((mop = vfs_hasopt(&vfsp->vfs_mntopts, tag)) == NULL) { in vfs_clrtag()
2668 vfs_hasopt(const mntopts_t *mops, const char *opt) in vfs_hasopt() function