Searched refs:VTOH (Results 1 – 4 of 4) sorted by relevance
184 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 …]
140 hp = VTOH(vp); in hs_access()666 struct hsnode *hp = VTOH(vp); in hs_freenode()792 dhp = VTOH(dvp); in hs_dirlook()
751 hp = VTOH(fsp->hsfs_rootvp); in hs_mountfs()986 hp = VTOH(fsp->hsfs_rootvp); in hs_getrootvp()
329 #define VTOH(VP) ((struct hsnode *)(VP)->v_data) macro