Searched refs:vfs_hasopt (Results 1 – 2 of 2) sorted by relevance
510 struct mntopt *vfs_hasopt(const mntopts_t *, const char *);
2290 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