Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c143 vfs_getvfsswbyvfsops(vfsops_t *vfsops) in vfs_getvfsswbyvfsops() function
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h537 struct vfssw *vfs_getvfsswbyvfsops(vfsops_t *);
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c914 if ((vswp = vfs_getvfsswbyvfsops(vfs_getops(rootvfs))) != NULL) { in vfs_mountroot()
1212 if ((vswp = vfs_getvfsswbyvfsops(vfs_getops(rootvfs))) == NULL) in domount()
4001 vfs_getvfsswbyvfsops(vfsops_t *vfsops) in vfs_getvfsswbyvfsops() function
H A Dvnode.c2748 vswp = vfs_getvfsswbyvfsops(vfs_getops(rvp->v_vfsp)); in vn_can_change_zones()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c1255 vswp = vfs_getvfsswbyvfsops(vfs_getops(vfsp)); in smb_tree_get_flags()