Lines Matching refs:vfsopt
147 vfs_freeopt(struct vfsoptlist *opts, struct vfsopt *opt) in vfs_freeopt()
161 struct vfsopt *opt; in vfs_freeopts()
173 struct vfsopt *opt, *temp; in vfs_deleteopt()
245 struct vfsopt *opt, *opt2, *tmp; in vfs_sanitizeopts()
268 struct vfsopt *opt; in vfs_buildopts()
280 memused += sizeof(struct vfsopt) + optlen + namelen; in vfs_buildopts()
292 opt = malloc(sizeof(struct vfsopt), M_MOUNT, M_WAITOK); in vfs_buildopts()
351 struct vfsopt *opt, *new; in vfs_mergeopts()
354 new = malloc(sizeof(struct vfsopt), M_MOUNT, M_WAITOK); in vfs_mergeopts()
570 struct vfsopt *opt, *tmp_opt; in vfs_donmount()
1546 struct vfsopt *opt; in vfs_filteropt()
1604 struct vfsopt *opt; in vfs_getopt()
1624 struct vfsopt *opt; in vfs_getopt_pos()
1683 struct vfsopt *opt; in vfs_getopts()
1705 struct vfsopt *opt; in vfs_flagopt()
1724 struct vfsopt *opt; in vfs_scanopt()
1748 struct vfsopt *opt; in vfs_setopt()
1769 struct vfsopt *opt; in vfs_setopt_part()
1791 struct vfsopt *opt; in vfs_setopts()
1817 struct vfsopt *opt; in vfs_copyopt()