Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c184 hp = VTOH(vp); in hsfs_read()
315 hp = VTOH(vp); in hsfs_getattr()
362 hp = VTOH(vp); in hsfs_readlink()
383 hp = VTOH(vp); in hsfs_inactive()
502 dhp = VTOH(vp); in hsfs_readdir()
668 hp = VTOH(vp); in hsfs_fid()
1140 hp = VTOH(vp); in hsfs_getapage()
1584 hp = VTOH(vp); in hsfs_getpage()
1724 offset_t file_size = VTOH(vp)->hs_dirent.ext_size; in hsfs_putpage()
1808 if (vn_has_mandatory_locks(vp, VTOH(vp)->hs_dirent.mode)) in hsfs_map()
[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.c751 hp = VTOH(fsp->hsfs_rootvp); in hs_mountfs()
986 hp = VTOH(fsp->hsfs_rootvp); in hs_getrootvp()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h329 #define VTOH(VP) ((struct hsnode *)(VP)->v_data) macro