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

/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h503 struct mntopt *vfs_hasopt(const mntopts_t *, const char *);
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2247 if (vfs_hasopt(omo, imo->mo_list[i].mo_name) == NULL)
2259 if ((mop = vfs_hasopt(omo, imo->mo_list[i].mo_name)) != NULL) {
2356 if (vfs_hasopt(mops, opt) != NULL) {
2491 if ((mop = vfs_hasopt(mops, tag)) == NULL) {
2549 if ((mop = vfs_hasopt(&vfsp->vfs_mntopts, tag)) == NULL) {
2625 vfs_hasopt(const mntopts_t *mops, const char *opt) function

Completed in 75 milliseconds