Searched refs:vsw_vfsops (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/ucbhead/sys/ |
H A D | vfs.h | 179 struct vfsops *vsw_vfsops; /* filesystem operations vector */ member
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | vfs.c | 320 return (*vfssw[fstype].vsw_vfsops.vfs_sync) (NULL, flag, cr); in fsop_sync_by_kind() 396 error = fs_copyfsops(template, &vfssw[fstype].vsw_vfsops, &unused_ops); in vfs_setfsops() 404 *actual = &vfssw[fstype].vsw_vfsops; in vfs_setfsops() 610 (void) (*vswp->vsw_vfsops.vfs_sync)(NULL, flag, in vfs_sync() 711 VFS_INIT(&devices, &vsw->vsw_vfsops, NULL); in vfs_mountdevices() 789 VFS_INIT(&dev, &vsw->vsw_vfsops, NULL); in vfs_mountdev1() 1261 vfsops = &vswp->vsw_vfsops; in domount() 4100 if (ALLOCATED_VFSSW(vswp) && &vswp->vsw_vfsops == vfsops) { in vfs_getvfsswbyvfsops() 4673 VFS_INIT(rootvfs, &vsw->vsw_vfsops, 0); in rootconf()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | vfs.h | 390 vfsops_t vsw_vfsops; /* filesystem operations vector */ member
|
/titanic_50/usr/src/uts/common/os/ |
H A D | swapgeneric.c | 167 VFS_INIT(rootvfs, &vsw->vsw_vfsops, (caddr_t)0); in rootconf()
|
H A D | modconf.c | 1083 if (vfs_opsinuse(&vswp->vsw_vfsops)) { in mod_removefs()
|