Home
last modified time | relevance | path

Searched refs:VTOH (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c160 hp = VTOH(vp); in hsfs_read()
258 hp = VTOH(vp); in hsfs_getattr()
303 hp = VTOH(vp); in hsfs_readlink()
322 hp = VTOH(vp); in hsfs_inactive()
427 dhp = VTOH(vp); in hsfs_readdir()
593 hp = VTOH(vp); in hsfs_fid()
1038 hp = VTOH(vp); in hsfs_getapage()
1473 hp = VTOH(vp); in hsfs_getpage()
1716 hp = VTOH(vp); in hsfs_addmap()
1734 hp = VTOH(vp); in hsfs_delmap()
[all …]
H A Dhsfs_node.c140 hp = VTOH(vp); in hs_access()
666 struct hsnode *hp = VTOH(vp); in hs_freenode()
792 dhp = VTOH(dvp); in hs_dirlook()
H A Dhsfs_vfsops.c752 hp = VTOH(fsp->hsfs_rootvp); in hs_mountfs()
987 hp = VTOH(fsp->hsfs_rootvp); in hs_getrootvp()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h327 #define VTOH(VP) ((struct hsnode *)(VP)->v_data) macro