Lines Matching refs:vfsopt
199 vfs_freeopt(struct vfsoptlist *opts, struct vfsopt *opt) in vfs_freeopt()
213 struct vfsopt *opt; in vfs_freeopts()
225 struct vfsopt *opt, *temp; in vfs_deleteopt()
297 struct vfsopt *opt, *opt2, *tmp; in vfs_sanitizeopts()
320 struct vfsopt *opt; in vfs_buildopts()
332 memused += sizeof(struct vfsopt) + optlen + namelen; in vfs_buildopts()
344 opt = malloc(sizeof(struct vfsopt), M_MOUNT, M_WAITOK); in vfs_buildopts()
403 struct vfsopt *opt, *new; in vfs_mergeopts()
406 new = malloc(sizeof(struct vfsopt), M_MOUNT, M_WAITOK); in vfs_mergeopts()
805 struct vfsopt *opt, *tmp_opt; in vfs_donmount()
2465 struct vfsopt *opt; in vfs_filteropt()
2523 struct vfsopt *opt; in vfs_getopt()
2543 struct vfsopt *opt; in vfs_getopt_pos()
2601 struct vfsopt *opt; in vfs_getopts()
2623 struct vfsopt *opt; in vfs_flagopt()
2642 struct vfsopt *opt; in vfs_scanopt()
2666 struct vfsopt *opt; in vfs_setopt()
2687 struct vfsopt *opt; in vfs_setopt_part()
2709 struct vfsopt *opt; in vfs_setopts()
2735 struct vfsopt *opt; in vfs_copyopt()
3024 struct vfsopt *opt; in vfs_remount_ro()
3064 opt = malloc(sizeof(struct vfsopt), M_MOUNT, M_WAITOK | M_ZERO); in vfs_remount_ro()