Searched refs:VFS_TO_HSFS (Results 1 – 5 of 5) sorted by relevance
384 fsp = VFS_TO_HSFS(vfsp); in hs_findhash()451 fsp = VFS_TO_HSFS(vfsp); in hs_synchash()523 fsp = VFS_TO_HSFS(vfsp); in hs_makenode()723 fsp = VFS_TO_HSFS(vfsp); in hs_remakenode()793 fsp = VFS_TO_HSFS(dvp->v_vfsp); in hs_dirlook()1411 fsp = VFS_TO_HSFS(vp ->v_vfsp); in hs_filldirent()
384 fsp = VFS_TO_HSFS(vfsp); in hsfs_unmount()437 *vpp = (VFS_TO_HSFS(vfsp))->hsfs_rootvp; in hsfs_root()449 fsp = VFS_TO_HSFS(vfsp); in hsfs_statvfs()489 fsp = (struct hsfs *)VFS_TO_HSFS(vfsp); in hsfs_vget()1504 fsp = VFS_TO_HSFS(vfsp); in hsfs_mountroot()
259 fsp = VFS_TO_HSFS(vp->v_vfsp); in hsfs_getattr() 323 fsp = VFS_TO_HSFS(vp->v_vfsp); in hsfs_inactive() 428 fsp = VFS_TO_HSFS(vp->v_vfsp); in hsfs_readdir() 1039 fsp = VFS_TO_HSFS(vp->v_vfsp); in hsfs_getapage() 1472 fsp = VFS_TO_HSFS(vp->v_vfsp); in hsfs_getpage() 2250 fsp = VFS_TO_HSFS(vp->v_vfsp); in hsfs_pathconf()
379 fsp = VFS_TO_HSFS(vp->v_vfsp); in hs_check_root_dirent()
324 #define VFS_TO_HSFS(VFSP) ((struct hsfs *)(VFSP)->vfs_data) macro