Searched refs:vfs_getvfssw (Results 1 – 10 of 10) sorted by relevance
192 struct vfssw *vfs_getvfssw(char *);202 extern vfssw_t *vfs_getvfssw(); /* find vfssw ptr given fstype name */
102 if ((vswp = vfs_getvfssw(fsbuf)) != NULL) { in sysfsind()
150 if ((vswp = vfs_getvfssw(svfs.f_basetype)) == NULL) in cstatfs()
610 if ((vsw = vfs_getvfssw(fsname)) != NULL) in getfstype()628 return (vfs_getvfssw(fsname)); in getfstype()
799 vswp = vfs_getvfssw(fsname); in secpolicy_fs_allowed_mount()
6931 struct vfssw *vswp = vfs_getvfssw("zfs"); in zone_dataset_visible()
535 struct vfssw *vfs_getvfssw(const char *);
993 if ((vfssw = vfs_getvfssw(fsname)) == NULL) in lofi_add()1172 if ((vswp = vfs_getvfssw(fsname)) == NULL) { in domount()1190 if ((vswp = vfs_getvfssw(fsname)) == NULL) in domount()1208 if ((vswp = vfs_getvfssw(fsname)) == NULL) in domount()3917 vfs_getvfssw(const char *type) in vfs_getvfssw() function
572 if ((vswp = vfs_getvfssw(fsname)) == NULL) { in fake_domount()1827 vfs_getvfssw(const char *type) in vfs_getvfssw() function
3262 vswp = vfs_getvfssw(MNTTYPE_NFS4); in nfs4_trigger_create_mntopts()