Lines Matching refs:vfssw
114 struct vfssw vfssw[10] = { variable
248 if (ALLOCATED_VFSSW(&vfssw[fstype]) && VFS_INSTALLED(&vfssw[fstype])) in fsop_sync_by_kind()
249 return (*vfssw[fstype].vsw_vfsops.vfs_sync) (NULL, flag, cr); in fsop_sync_by_kind()
316 if (!ALLOCATED_VFSSW(&vfssw[fstype])) in vfs_setfsops()
321 error = fs_copyfsops(template, &vfssw[fstype].vsw_vfsops, &unused_ops); in vfs_setfsops()
326 vfssw[fstype].vsw_flag |= VSW_INSTALLED; in vfs_setfsops()
329 *actual = &vfssw[fstype].vsw_vfsops; in vfs_setfsops()
334 "but not used", vfssw[fstype].vsw_name, unused_ops); in vfs_setfsops()
386 if ((vfssw[fstype].vsw_flag & VSW_INSTALLED) == 0) { in vfs_freevfsops_by_type()
391 vfssw[fstype].vsw_flag &= ~VSW_INSTALLED; in vfs_freevfsops_by_type()
538 struct vfssw *vswp; in fake_domount()
1792 struct vfssw *
1795 struct vfssw *vswp; in allocate_vfssw()
1808 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) in allocate_vfssw()
1826 struct vfssw *
1829 struct vfssw *vswp; in vfs_getvfssw()
1834 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) { in vfs_getvfssw()
1847 struct vfssw *
1850 struct vfssw *vswp; in vfs_getvfsswbyname()
1856 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) { in vfs_getvfsswbyname()
1872 vfs_refvfssw(struct vfssw *vswp) in vfs_refvfssw()
1884 vfs_unrefvfssw(struct vfssw *vswp) in vfs_unrefvfssw()