Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c384 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()
H A Dhsfs_vfsops.c383 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()
H A Dhsfs_vnops.c316 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()
H A Dhsfs_susp_subr.c381 fsp = VFS_TO_HSFS(vp->v_vfsp); in hs_check_root_dirent()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h326 #define VFS_TO_HSFS(VFSP) ((struct hsfs *)(VFSP)->vfs_data) macro