Home
last modified time | relevance | path

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

/illumos-gate/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()
1411 fsp = VFS_TO_HSFS(vp ->v_vfsp); in hs_filldirent()
H A Dhsfs_vfsops.c384 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()
H A Dhsfs_vnops.c259 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()
H A Dhsfs_susp_subr.c379 fsp = VFS_TO_HSFS(vp->v_vfsp); in hs_check_root_dirent()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h324 #define VFS_TO_HSFS(VFSP) ((struct hsfs *)(VFSP)->vfs_data) macro