Home
last modified time | relevance | path

Searched refs:vsw_vfsops (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/ucbhead/sys/
H A Dvfs.h179 struct vfsops *vsw_vfsops; /* filesystem operations vector */ member
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c314 return (*vfssw[fstype].vsw_vfsops.vfs_sync) (NULL, flag, cr); in fsop_sync_by_kind()
390 error = fs_copyfsops(template, &vfssw[fstype].vsw_vfsops, &unused_ops); in vfs_setfsops()
398 *actual = &vfssw[fstype].vsw_vfsops; in vfs_setfsops()
604 (void) (*vswp->vsw_vfsops.vfs_sync)(NULL, flag, in vfs_sync()
705 VFS_INIT(&devices, &vsw->vsw_vfsops, NULL); in vfs_mountdevices()
783 VFS_INIT(&dev, &vsw->vsw_vfsops, NULL); in vfs_mountdev1()
1254 vfsops = &vswp->vsw_vfsops; in domount()
4088 if (ALLOCATED_VFSSW(vswp) && &vswp->vsw_vfsops == vfsops) { in vfs_getvfsswbyvfsops()
4661 VFS_INIT(rootvfs, &vsw->vsw_vfsops, 0); in rootconf()
/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h397 vfsops_t vsw_vfsops; /* filesystem operations vector */ member
/titanic_44/usr/src/uts/common/os/
H A Dswapgeneric.c167 VFS_INIT(rootvfs, &vsw->vsw_vfsops, (caddr_t)0); in rootconf()
H A Dmodconf.c1083 if (vfs_opsinuse(&vswp->vsw_vfsops)) { in mod_removefs()