Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h192 struct vfssw *vfs_getvfssw(char *);
202 extern vfssw_t *vfs_getvfssw(); /* find vfssw ptr given fstype name */
/illumos-gate/usr/src/uts/common/syscall/
H A Dsysfs.c102 if ((vswp = vfs_getvfssw(fsbuf)) != NULL) { in sysfsind()
H A Dstatfs.c150 if ((vswp = vfs_getvfssw(svfs.f_basetype)) == NULL) in cstatfs()
/illumos-gate/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.c799 vswp = vfs_getvfssw(fsname); in secpolicy_fs_allowed_mount()
H A Dzone.c6931 struct vfssw *vswp = vfs_getvfssw("zfs"); in zone_dataset_visible()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs.h537 struct vfssw *vfs_getvfssw(const char *);
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h530 struct vfssw *vfs_getvfssw(const char *);
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c973 if ((vfssw = vfs_getvfssw(fsname)) == NULL) in lofi_add()
1152 if ((vswp = vfs_getvfssw(fsname)) == NULL) { in domount()
1170 if ((vswp = vfs_getvfssw(fsname)) == NULL) in domount()
1188 if ((vswp = vfs_getvfssw(fsname)) == NULL) in domount()
3897 vfs_getvfssw(const char *type) in vfs_getvfssw() function
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c572 if ((vswp = vfs_getvfssw(fsname)) == NULL) { in fake_domount()
1827 vfs_getvfssw(const char *type) in vfs_getvfssw() function
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c3262 vswp = vfs_getvfssw(MNTTYPE_NFS4); in nfs4_trigger_create_mntopts()