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()1412 fsp = VFS_TO_HSFS(vp ->v_vfsp); in hs_filldirent()
383 fsp = VFS_TO_HSFS(vfsp); in hsfs_unmount()436 *vpp = (VFS_TO_HSFS(vfsp))->hsfs_rootvp; in hsfs_root()448 fsp = VFS_TO_HSFS(vfsp); in hsfs_statvfs()488 fsp = (struct hsfs *)VFS_TO_HSFS(vfsp); in hsfs_vget()1503 fsp = VFS_TO_HSFS(vfsp); in hsfs_mountroot()
316 fsp = VFS_TO_HSFS(vp->v_vfsp); in hsfs_getattr()384 fsp = VFS_TO_HSFS(vp->v_vfsp); in hsfs_inactive()503 fsp = VFS_TO_HSFS(vp->v_vfsp); in hsfs_readdir()1141 fsp = VFS_TO_HSFS(vp->v_vfsp); in hsfs_getapage()1583 fsp = VFS_TO_HSFS(vp->v_vfsp); in hsfs_getpage()2407 fsp = VFS_TO_HSFS(vp->v_vfsp); in hsfs_pathconf()
381 fsp = VFS_TO_HSFS(vp->v_vfsp); in hs_check_root_dirent()
326 #define VFS_TO_HSFS(VFSP) ((struct hsfs *)(VFSP)->vfs_data) macro