Home
last modified time | relevance | path

Searched refs:vfs_getvfssw (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/ucbhead/sys/
H A Dvfs.h194 struct vfssw *vfs_getvfssw(char *);
204 extern vfssw_t *vfs_getvfssw(); /* find vfssw ptr given fstype name */
/titanic_44/usr/src/uts/common/syscall/
H A Dsysfs.c104 if ((vswp = vfs_getvfssw(fsbuf)) != NULL) { in sysfsind()
H A Dstatfs.c152 if ((vswp = vfs_getvfssw(svfs.f_basetype)) == NULL) in cstatfs()
/titanic_44/usr/src/uts/common/os/
H A Dswapgeneric.c610 if ((vsw = vfs_getvfssw(fsname)) != NULL) in getfstype()
628 return (vfs_getvfssw(fsname)); in getfstype()
H A Dpolicy.c783 vswp = vfs_getvfssw(fsname); in secpolicy_fs_allowed_mount()
H A Dzone.c6689 struct vfssw *vswp = vfs_getvfssw("zfs"); in zone_dataset_visible()
/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h543 struct vfssw *vfs_getvfssw(const char *);
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c1022 if ((vfssw = vfs_getvfssw(fsname)) == NULL) in lofi_add()
1202 if ((vswp = vfs_getvfssw(fsname)) == NULL) { in domount()
1220 if ((vswp = vfs_getvfssw(fsname)) == NULL) in domount()
1238 if ((vswp = vfs_getvfssw(fsname)) == NULL) in domount()
3998 vfs_getvfssw(const char *type) in vfs_getvfssw() function
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c3257 vswp = vfs_getvfssw(MNTTYPE_NFS4); in nfs4_trigger_create_mntopts()