Home
last modified time | relevance | path

Searched refs:allocate_vfssw (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dvfs.h535 struct vfssw *allocate_vfssw(const char *);
/titanic_50/usr/src/uts/common/os/
H A Dmodconf.c977 if ((vswp = allocate_vfssw(fsname)) == NULL) { in mod_installfs()
/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c3959 allocate_vfssw(const char *type) in allocate_vfssw() function
4029 if ((vswp = allocate_vfssw(type)) == NULL) { in vfs_getvfssw()