Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_modconf.c181 if (vfs_opsinuse(&vswp->vsw_vfsops)) { in fake_removefs()
H A Dfake_vfs.c249 return (*vfssw[fstype].vsw_vfsops.vfs_sync) (NULL, flag, cr); in fsop_sync_by_kind()
321 error = fs_copyfsops(template, &vfssw[fstype].vsw_vfsops, &unused_ops); in vfs_setfsops()
329 *actual = &vfssw[fstype].vsw_vfsops; in vfs_setfsops()
580 vfsops = &vswp->vsw_vfsops; in fake_domount()
/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h177 struct vfsops *vsw_vfsops; /* filesystem operations vector */ member
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c313 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()
663 VFS_INIT(&devices, &vsw->vsw_vfsops, NULL); in vfs_mountdevices()
741 VFS_INIT(&dev, &vsw->vsw_vfsops, NULL); in vfs_mountdev1()
1204 vfsops = &vswp->vsw_vfsops; in domount()
3987 if (ALLOCATED_VFSSW(vswp) && &vswp->vsw_vfsops == vfsops) { in vfs_getvfsswbyvfsops()
4526 VFS_INIT(rootvfs, &vsw->vsw_vfsops, 0); in rootconf()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs.h387 vfsops_t vsw_vfsops; /* filesystem operations vector */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h384 vfsops_t vsw_vfsops; /* filesystem operations vector */ member
/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c167 VFS_INIT(rootvfs, &vsw->vsw_vfsops, (caddr_t)0); in rootconf()
H A Dmodconf.c1086 if (vfs_opsinuse(&vswp->vsw_vfsops)) { in mod_removefs()