Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h88 struct hsnode { struct
89 struct hsnode *hs_hash; /* next hsnode in hash list */ argument
90 struct hsnode *hs_freef; /* next hsnode in free list */ argument
91 struct hsnode *hs_freeb; /* previous hsnode in free list */ argument
269 struct hsnode *hsfs_hash[HS_HASHSIZE]; /* head of hash lists */
272 struct hsnode *hsfs_free_f; /* first entry of free list */
273 struct hsnode *hsfs_free_b; /* last entry of free list */
327 #define VTOH(VP) ((struct hsnode *)(VP)->v_data)
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c131 struct hsnode *hp; in hs_access()
212 struct hsnode *hp; in hs_hsnode_cache_reclaim()
257 struct hsnode *ep; in hs_addfreeb()
277 static struct hsnode *
280 struct hsnode *hp, **tp; in hs_getfree()
381 struct hsnode *tp; in hs_findhash()
447 struct hsnode *hp, *nhp; in hs_synchash()
516 struct hsnode *hp; in hs_makenode()
665 struct hsnode **tp; in hs_freenode()
767 struct hsnode *dhp; in hs_dirlook()
[all …]
H A Dhsfs_vnops.c157 struct hsnode *hp; in hsfs_read()
254 struct hsnode *hp; in hsfs_getattr()
298 struct hsnode *hp; in hsfs_readlink()
317 struct hsnode *hp; in hsfs_inactive()
406 struct hsnode *dhp; in hsfs_readdir()
583 struct hsnode *hp; in hsfs_fid()
995 struct hsnode *hp; in hsfs_getapage()
1470 struct hsnode *hp; in hsfs_getpage()
1711 struct hsnode *hp; in hsfs_addmap()
1729 struct hsnode *hp; in hsfs_delmap()
[all …]
H A Dhsfs_vfsops.c581 struct hsnode *hp; in hs_mountfs()
959 struct hsnode *hp; in hs_getrootvp()