Home
last modified time | relevance | path

Searched refs:vfs_getvfsswbyname (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dmodconf.c922 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()
H A Dswapgeneric.c160 vsw = vfs_getvfsswbyname(rootfs.bo_fstype); in rootconf()
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c704 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() function
4655 vsw = vfs_getvfsswbyname(fstyp); in rootconf()
/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h544 struct vfssw *vfs_getvfsswbyname(const char *);