Searched refs:vfs_getvfsswbyname (Results 1 – 4 of 4) sorted by relevance
922 if ((vswp = vfs_getvfsswbyname(modl->fs_vfsdef->name)) == NULL) in mod_infofs()976 if ((vswp = vfs_getvfsswbyname(fsname)) == NULL) { in mod_installfs()1065 if ((vswp = vfs_getvfsswbyname(modl->fs_vfsdef->name)) == NULL) { in mod_removefs()
160 vsw = vfs_getvfsswbyname(rootfs.bo_fstype); in rootconf()
704 vsw = vfs_getvfsswbyname("devfs"); in vfs_mountdevices()782 vsw = vfs_getvfsswbyname("dev"); in vfs_mountdev1()4004 vswp = vfs_getvfsswbyname(type); in vfs_getvfssw()4016 if ((vswp = vfs_getvfsswbyname(type)) == NULL) { in vfs_getvfssw()4048 if ((vswp = vfs_getvfsswbyname(type)) == NULL) in vfs_getvfssw()4060 vfs_getvfsswbyname(const char *type) in vfs_getvfsswbyname() function4655 vsw = vfs_getvfsswbyname(fstyp); in rootconf()
544 struct vfssw *vfs_getvfsswbyname(const char *);