Searched refs:fs_vfsdef (Results 1 – 2 of 2) sorted by relevance
922 if ((vswp = vfs_getvfsswbyname(modl->fs_vfsdef->name)) == NULL) in mod_infofs()953 if (modl->fs_vfsdef->def_version == VFSDEF_VERSION) { in mod_installfs()955 fsname = modl->fs_vfsdef->name; in mod_installfs()957 if ((modl->fs_vfsdef->def_version > 0) && in mod_installfs()958 (modl->fs_vfsdef->def_version < VFSDEF_VERSION)) { in mod_installfs()960 fsname = modl->fs_vfsdef->name; in mod_installfs()994 vswp->vsw_flag = modl->fs_vfsdef->flags & ~(VSW_STATS); in mod_installfs()996 if (modl->fs_vfsdef->flags & VSW_HASPROTO) { in mod_installfs()997 vfs_mergeopttbl(&vfs_mntopts, modl->fs_vfsdef->optproto, in mod_installfs()1003 if (modl->fs_vfsdef->flags & VSW_CANRWRO) { in mod_installfs()[all …]
109 struct vfsdef_v5 *fs_vfsdef; /* version may actually vary */ member