Lines Matching refs:vfssw
919 struct vfssw *vswp;
925 *p0 = vswp - vfssw;
939 struct vfssw *vswp;
943 int fstype; /* index into vfssw[] and vsanchor_fstype[] */
981 * we either need to make the vfssw table bigger
984 cmn_err(CE_WARN, "no room for '%s' in vfssw!", fsname);
991 fstype = vswp - vfssw; /* Pointer arithmetic to get the fstype */
1012 * set the VSW_STATS flag in the proper vfssw[] table entry.
1032 /* We don't want to hold the vfssw[] write lock over a kmem_alloc() */
1042 (void) strlcat(ksname, vfssw[fstype].vsw_name, sizeof (ksname));
1057 struct vfssw *vswp;