Searched refs:vfs_getops (Results 1 – 6 of 6) sorted by relevance
120 vfs_getops(vfs_t *vfsp) in vfs_getops() function
472 vfsops_t *vfs_getops(vfs_t *vfsp);
486 vfs_getops(vfs_t *vfsp) in vfs_getops() function508 return (vfs_getops(vfsp) == vfsops); in vfs_matchops()519 return (vfs_getops(vfsp)->vfs_sync != fs_sync); in vfs_can_sync()942 if ((vswp = vfs_getvfsswbyvfsops(vfs_getops(rootvfs))) != NULL) { in vfs_mountroot()1266 if ((vswp = vfs_getvfsswbyvfsops(vfs_getops(rootvfs))) == NULL) in domount()3957 if (vfs_getops(vfsp) == ops) { in vfs_opsinuse()
2647 vswp = vfs_getvfsswbyvfsops(vfs_getops(rvp->v_vfsp)); in vn_can_change_zones()
1240 if (vfs_matchops(dvp->v_vfsp, vfs_getops(mvp->v_vfsp))) { in auto_perform_actions()1281 vfs_getops(newvp->v_vfsp)); in auto_perform_actions()2413 vfs_matchops(vfsp, vfs_getops(curvp->v_vfsp))) { in unmount_subtree()
1166 vswp = vfs_getvfsswbyvfsops(vfs_getops(vfsp)); in smb_tree_get_flags()