Home
last modified time | relevance | path

Searched refs:HTOV (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c243 hs_freenode(HTOV(hp), fsp, 1); in hs_hsnode_cache_reclaim()
259 vn_invalid(HTOV(hp)); in hs_addfreeb()
314 vp = HTOV(hp); in hs_getfree()
409 vp = HTOV(tp); in hs_findhash()
457 vp = HTOV(hp); in hs_synchash()
484 vp = HTOV(hp); in hs_synchash()
614 vp = HTOV(hp); in hs_makenode()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h328 #define HTOV(HP) (((HP)->hs_vnode)) macro