Searched refs:VTOH (Results 1 – 4 of 4) sorted by relevance
160 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() 1603 offset_t file_size = VTOH(vp)->hs_dirent.ext_size; in hsfs_putpage() 1679 if (vn_has_mandatory_locks(vp, VTOH(v in hsfs_map() [all...]
140 hp = VTOH(vp); in hs_access()666 struct hsnode *hp = VTOH(vp); in hs_freenode()792 dhp = VTOH(dvp); in hs_dirlook()
752 hp = VTOH(fsp->hsfs_rootvp); in hs_mountfs()987 hp = VTOH(fsp->hsfs_rootvp); in hs_getrootvp()
327 #define VTOH(VP) ((struct hsnode *)(VP)->v_data) macro